Module: Minitest::GCStats::Result::ClassMethods
- Defined in:
- lib/minitest/gcstats.rb
Instance Method Summary collapse
Instance Method Details
#from(runnable) ⇒ Object
39 40 41 42 43 |
# File 'lib/minitest/gcstats.rb', line 39 def from runnable r = super r.gc_stats = runnable.gc_stats r end |