Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
ruby-2.6
/
usr
/
lib
/
ruby
/
gems
/
2.6.0
/
gems
/
test-unit-3.2.9
/
lib
/
test
/
unit
/
ui
/
console
/
//opt/ruby-2.6/usr/lib/ruby/gems/2.6.0/gems/test-unit-3.2.9/lib/test/unit/ui/console/outputlevel.rb
module Test module Unit module UI module Console module OutputLevel SILENT = 0 PROGRESS_ONLY = 1 IMPORTANT_FAULTS_ONLY = 2 NORMAL = 3 VERBOSE = 4 end end end end end