Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
Struct.new(:runner)
# File test/unit.rb, line 783 def method_missing(*a, &b) $stdout.__send__(*a, &b) end
# File test/unit.rb, line 785 def print(s) case s when /\A(.*\#.*) = \z/ runner.new_test(1ドル) when /\A(.* s) = \z/ runner.add_status(" = "+1ドル.chomp) when /\A\.+\z/ runner.succeed when /\A[EFS]\z/ runner.failed(s) else $stdout.print(s) end end
# File test/unit.rb, line 781 def puts(*a) $stdout.puts(*a) unless a.empty? end
# File test/unit.rb, line 782 def respond_to_missing?(*a) $stdout.respond_to?(*a) end