org.jruby.test
Class MockObjectSpace

java.lang.Object
  extended by org.jruby.runtime.ObjectSpace
      extended by org.jruby.test.MockObjectSpace

public class MockObjectSpace
extends ObjectSpace


Constructor Summary
MockObjectSpace()
           
 
Method Summary
 void add(IRubyObject object)
           
 
Methods inherited from class org.jruby.runtime.ObjectSpace
addFinalizer, id2ref, idOf, iterator, removeFinalizers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockObjectSpace

public MockObjectSpace()
Method Detail

add

public void add(IRubyObject object)
Overrides:
add in class ObjectSpace


Copyright © 2002-2007 JRuby Team. All Rights Reserved.