module Minitest::GCStats::Result::ClassMethods
Public Instance Methods
Source
# File lib/minitest/gcstats.rb, line 39 def from runnable r = super r.gc_stats = runnable.gc_stats r end
Calls superclass method
# File lib/minitest/gcstats.rb, line 39 def from runnable r = super r.gc_stats = runnable.gc_stats r end