Class | Test::Unit::Collector::ObjectSpace |
In: |
test/unit/collector/objectspace.rb
|
Parent: | Object |
NAME | = | 'collected from the ObjectSpace' |
# File test/unit/collector/objectspace.rb, line 15 def initialize(source=::ObjectSpace) super() @source = source end