Method: ActiveSupport::TestCase#inspect

Defined in:
activesupport/lib/active_support/test_case.rb

#inspectObject

:nodoc:



300
301
302
# File 'activesupport/lib/active_support/test_case.rb', line 300

def inspect # :nodoc:
  Object.instance_method(:to_s).bind_call(self)
end