Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

Test::Unit::StatusLineOutput

Public Instance Methods

method_missing(*a, &b) click to toggle source
 
 # File test/unit.rb, line 783
def method_missing(*a, &b) $stdout.__send__(*a, &b) end
 
puts(*a) click to toggle source
 
 # File test/unit.rb, line 781
def puts(*a) $stdout.puts(*a) unless a.empty? end
 
respond_to_missing?(*a) click to toggle source
 
 # File test/unit.rb, line 782
def respond_to_missing?(*a) $stdout.respond_to?(*a) end
 

AltStyle によって変換されたページ (->オリジナル) /