public interface org.jruby.Ruby$ObjectSpacer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.Ruby$ObjectSpacer
  super_class: java.lang.Object
{
  public abstract void addToObjectSpace(org.jruby.Ruby, boolean, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;ZLorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      runtime         
      useObjectSpace  
      object          
}
SourceFile: "Ruby.java"
NestHost: org.jruby.Ruby
InnerClasses:
  public abstract ObjectSpacer = org.jruby.Ruby$ObjectSpacer of org.jruby.Ruby