module Minitest::GCStats::Result::ClassMethods

Public Instance Methods

from(runnable) click to toggle source
Calls superclass method
# File lib/minitest/gcstats.rb, line 37
def from runnable
  r = super
  r.gc_stats = runnable.gc_stats
  r
end