Method: Minitest::Test#marshal_dump
- Defined in:
- lib/minitest/test.rb
#marshal_dump ⇒ Object
:nodoc:
77 78 79 |
# File 'lib/minitest/test.rb', line 77 def marshal_dump # :nodoc: super << self.time end |
:nodoc:
77 78 79 |
# File 'lib/minitest/test.rb', line 77 def marshal_dump # :nodoc: super << self.time end |