public class org.jruby.RubyObject extends org.jruby.RubyBasicObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyObject
  super_class: org.jruby.RubyBasicObject
{
  public static final org.jruby.runtime.ObjectAllocator OBJECT_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.jruby.runtime.ObjectAllocator IVAR_INSPECTING_OBJECT_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.jruby.runtime.ObjectAllocator REIFYING_OBJECT_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 140
            new org.jruby.RubyObject$1
            dup
            invokespecial org.jruby.RubyObject$1.<init>:()V
            putstatic org.jruby.RubyObject.OBJECT_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         1: .line 153
            new org.jruby.RubyObject$2
            dup
            invokespecial org.jruby.RubyObject$2.<init>:()V
            putstatic org.jruby.RubyObject.IVAR_INSPECTING_OBJECT_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         2: .line 185
            new org.jruby.RubyObject$3
            dup
            invokespecial org.jruby.RubyObject$3.<init>:()V
            putstatic org.jruby.RubyObject.REIFYING_OBJECT_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         3: .line 191
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass metaClass
         0: .line 97
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* metaClass */
            invokespecial org.jruby.RubyBasicObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 98
            return
        end local 2 // org.jruby.RubyClass metaClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/RubyObject;
            0    2     1    runtime  Lorg/jruby/Ruby;
            0    2     2  metaClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      runtime    
      metaClass  

  public void <init>(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.RubyClass metaClass
         0: .line 104
            aload 0 /* this */
            aload 1 /* metaClass */
            invokespecial org.jruby.RubyBasicObject.<init>:(Lorg/jruby/RubyClass;)V
         1: .line 105
            return
        end local 1 // org.jruby.RubyClass metaClass
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/RubyObject;
            0    2     1  metaClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      metaClass  

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, boolean, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass metaClass
        start local 3 // boolean useObjectSpace
        start local 4 // boolean canBeTainted
         0: .line 109
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* metaClass */
            iload 3 /* useObjectSpace */
            iload 4 /* canBeTainted */
            invokespecial org.jruby.RubyBasicObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;ZZ)V
         1: .line 110
            return
        end local 4 // boolean canBeTainted
        end local 3 // boolean useObjectSpace
        end local 2 // org.jruby.RubyClass metaClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/RubyObject;
            0    2     1         runtime  Lorg/jruby/Ruby;
            0    2     2       metaClass  Lorg/jruby/RubyClass;
            0    2     3  useObjectSpace  Z
            0    2     4    canBeTainted  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      runtime         
      metaClass       
      useObjectSpace  
      canBeTainted    

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass metaClass
        start local 3 // boolean useObjectSpace
         0: .line 118
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* metaClass */
            iload 3 /* useObjectSpace */
            invokespecial org.jruby.RubyBasicObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
         1: .line 119
            return
        end local 3 // boolean useObjectSpace
        end local 2 // org.jruby.RubyClass metaClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/RubyObject;
            0    2     1         runtime  Lorg/jruby/Ruby;
            0    2     2       metaClass  Lorg/jruby/RubyClass;
            0    2     3  useObjectSpace  Z
    MethodParameters:
                Name  Flags
      runtime         
      metaClass       
      useObjectSpace  

  public static org.jruby.RubyClass createObjectClass(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass objectClass
         0: .line 128
            aload 1 /* objectClass */
            getstatic org.jruby.runtime.ClassIndex.OBJECT:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         1: .line 129
            aload 1 /* objectClass */
            ldc Lorg/jruby/RubyObject;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         2: .line 130
            aload 1 /* objectClass */
            areturn
        end local 1 // org.jruby.RubyClass objectClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0      runtime  Lorg/jruby/Ruby;
            0    3     1  objectClass  Lorg/jruby/RubyClass;
    MethodParameters:
             Name  Flags
      runtime      
      objectClass  

  public void attachToObjectSpace();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyObject this
         0: .line 200
            aload 0 /* this */
            invokevirtual org.jruby.RubyObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getObjectSpace:()Lorg/jruby/runtime/ObjectSpace;
            aload 0 /* this */
            invokevirtual org.jruby.runtime.ObjectSpace.add:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 201
            return
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyObject;

  public org.jruby.runtime.ClassIndex getNativeClassIndex();
    descriptor: ()Lorg/jruby/runtime/ClassIndex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyObject this
         0: .line 213
            getstatic org.jruby.runtime.ClassIndex.OBJECT:Lorg/jruby/runtime/ClassIndex;
            areturn
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyObject;

  public static void puts(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 221
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* obj */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 222
            return
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyObject this
        start local 1 // java.lang.Object other
         0: .line 231
            aload 1 /* other */
            aload 0 /* this */
            if_acmpeq 4
         1: .line 232
            aload 1 /* other */
            instanceof org.jruby.runtime.builtin.IRubyObject
            ifeq 3
         2: .line 233
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getstatic org.jruby.runtime.invokedynamic.MethodNames.OP_EQUAL:Lorg/jruby/runtime/invokedynamic/MethodNames;
            aload 1 /* other */
            checkcast org.jruby.runtime.builtin.IRubyObject
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifne 4
         3: .line 231
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/jruby/RubyObject;
            0    5     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public org.jruby.RubyString toRubyString(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 244
            aload 1 /* context */
            invokestatic org.jruby.RubyObject.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$ObjectSites;
            getfield org.jruby.runtime.JavaSites$ObjectSites.to_s:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyObject;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyObject this
         0: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            invokevirtual org.jruby.RubyObject.toRubyString:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.getUnicodeValue:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyObject;

  public final void callInit(org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 2 // org.jruby.runtime.Block block
         0: .line 260
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 3 /* context */
        start local 3 // org.jruby.runtime.ThreadContext context
         1: .line 261
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 3 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* args */
            aload 2 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 262
            return
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyObject;
            0    3     1     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2    block  Lorg/jruby/runtime/Block;
            1    3     3  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
       Name  Flags
      args   
      block  

  public final void callInit(org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.Block block
         0: .line 268
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 2 /* context */
        start local 2 // org.jruby.runtime.ThreadContext context
         1: .line 269
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 2 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 270
            return
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyObject;
            0    3     1    block  Lorg/jruby/runtime/Block;
            1    3     2  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
       Name  Flags
      block  

  public final void callInit(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 2 // org.jruby.runtime.Block block
         0: .line 276
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 3 /* context */
        start local 3 // org.jruby.runtime.ThreadContext context
         1: .line 277
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 3 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* arg0 */
            aload 2 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 278
            return
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyObject;
            0    3     1     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2    block  Lorg/jruby/runtime/Block;
            1    3     3  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
       Name  Flags
      arg0   
      block  

  public final void callInit(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 3 // org.jruby.runtime.Block block
         0: .line 284
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 4 /* context */
        start local 4 // org.jruby.runtime.ThreadContext context
         1: .line 285
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 4 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 286
            return
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 1 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyObject;
            0    3     1     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    block  Lorg/jruby/runtime/Block;
            1    3     4  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
       Name  Flags
      arg0   
      arg1   
      block  

  public final void callInit(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 4 // org.jruby.runtime.Block block
         0: .line 292
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 5 /* context */
        start local 5 // org.jruby.runtime.ThreadContext context
         1: .line 293
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 5 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            aload 4 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 294
            return
        end local 5 // org.jruby.runtime.ThreadContext context
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 1 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyObject;
            0    3     1     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4    block  Lorg/jruby/runtime/Block;
            1    3     5  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
       Name  Flags
      arg0   
      arg1   
      arg2   
      block  

  public final void callInit(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.Block block
         0: .line 297
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 298
            return
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      args     
      block    

  public final void callInit(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 301
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 302
            return
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      block    

  public final void callInit(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.Block block
         0: .line 305
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* arg0 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 306
            return
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      arg0     
      block    

  public final void callInit(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 4 // org.jruby.runtime.Block block
         0: .line 309
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* arg0 */
            aload 3 /* arg1 */
            aload 4 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 310
            return
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      arg0     
      arg1     
      block    

  public final void callInit(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 5 // org.jruby.runtime.Block block
         0: .line 313
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            iconst_0
            invokevirtual org.jruby.RubyClass.getBaseCallSite:(I)Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* arg0 */
            aload 3 /* arg1 */
            aload 4 /* arg2 */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 314
            return
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      arg0     
      arg1     
      arg2     
      block    

  public final org.jruby.runtime.builtin.IRubyObject convertToType(org.jruby.RubyClass, int);
    descriptor: (Lorg/jruby/RubyClass;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.RubyClass target
        start local 2 // int convertMethodIndex
         0: .line 322
            new java.lang.RuntimeException
            dup
            ldc "Not supported; use the String versions"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int convertMethodIndex
        end local 1 // org.jruby.RubyClass target
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/jruby/RubyObject;
            0    1     1              target  Lorg/jruby/RubyClass;
            0    1     2  convertMethodIndex  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                    Name  Flags
      target              
      convertMethodIndex  

  public org.jruby.runtime.builtin.IRubyObject specificEval(org.jruby.runtime.ThreadContext, org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block, org.jruby.EvalType);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/EvalType;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=6
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyModule mod
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.Block block
        start local 5 // org.jruby.EvalType evalType
         0: .line 337
            aload 4 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifeq 3
         1: .line 338
            aload 3 /* args */
            arraylength
            ifle 2
            aload 0 /* this */
            invokevirtual org.jruby.RubyObject.getRuntime:()Lorg/jruby/Ruby;
            aload 3 /* args */
            arraylength
            iconst_0
            invokevirtual org.jruby.Ruby.newArgumentError:(II)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* mod */
            aload 4 /* block */
            aload 5 /* evalType */
            invokevirtual org.jruby.RubyObject.yieldUnder:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;Lorg/jruby/EvalType;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 343
      StackMap locals:
      StackMap stack:
            aload 3 /* args */
            arraylength
            ifne 5
         4: .line 344
            aload 0 /* this */
            invokevirtual org.jruby.RubyObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "block not supplied"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         5: .line 345
      StackMap locals:
      StackMap stack:
            aload 3 /* args */
            arraylength
            iconst_3
            if_icmple 10
         6: .line 346
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 6 /* lastFuncName */
        start local 6 // java.lang.String lastFuncName
         7: .line 347
            aload 0 /* this */
            invokevirtual org.jruby.RubyObject.getRuntime:()Lorg/jruby/Ruby;
         8: .line 348
            new java.lang.StringBuilder
            dup
            ldc "wrong number of arguments: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* lastFuncName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "(src) or "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* lastFuncName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "{..}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 347
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 6 // java.lang.String lastFuncName
        10: .line 353
      StackMap locals:
      StackMap stack:
            aload 3 /* args */
            iconst_0
            aaload
            instanceof org.jruby.RubyString
            ifeq 13
        11: .line 354
            aload 3 /* args */
            iconst_0
            aaload
            checkcast org.jruby.RubyString
            astore 6 /* evalStr */
        start local 6 // org.jruby.RubyString evalStr
        12: .line 355
            goto 14
        end local 6 // org.jruby.RubyString evalStr
        13: .line 356
      StackMap locals:
      StackMap stack:
            aload 3 /* args */
            iconst_0
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            astore 6 /* evalStr */
        start local 6 // org.jruby.RubyString evalStr
        14: .line 361
      StackMap locals: org.jruby.RubyString
      StackMap stack:
            aload 3 /* args */
            arraylength
            iconst_1
            if_icmple 21
        15: .line 362
            aload 3 /* args */
            iconst_1
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.asJavaString:()Ljava/lang/String;
            astore 7 /* file */
        start local 7 // java.lang.String file
        16: .line 363
            aload 3 /* args */
            arraylength
            iconst_2
            if_icmple 19
        17: .line 364
            aload 3 /* args */
            iconst_2
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            lconst_1
            lsub
            l2i
            istore 8 /* line */
        start local 8 // int line
        18: .line 365
            goto 23
        end local 8 // int line
        19: .line 366
      StackMap locals: java.lang.String
      StackMap stack:
            iconst_0
            istore 8 /* line */
        start local 8 // int line
        20: .line 368
            goto 23
        end local 8 // int line
        end local 7 // java.lang.String file
        21: .line 369
      StackMap locals:
      StackMap stack:
            ldc "(eval)"
            astore 7 /* file */
        start local 7 // java.lang.String file
        22: .line 370
            iconst_0
            istore 8 /* line */
        start local 8 // int line
        23: .line 373
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* mod */
            aload 6 /* evalStr */
            aload 7 /* file */
            iload 8 /* line */
            aload 5 /* evalType */
            invokevirtual org.jruby.RubyObject.evalUnder:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/RubyString;Ljava/lang/String;ILorg/jruby/EvalType;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // int line
        end local 7 // java.lang.String file
        end local 6 // org.jruby.RubyString evalStr
        end local 5 // org.jruby.EvalType evalType
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.RubyModule mod
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   24     0          this  Lorg/jruby/RubyObject;
            0   24     1       context  Lorg/jruby/runtime/ThreadContext;
            0   24     2           mod  Lorg/jruby/RubyModule;
            0   24     3          args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   24     4         block  Lorg/jruby/runtime/Block;
            0   24     5      evalType  Lorg/jruby/EvalType;
            7   10     6  lastFuncName  Ljava/lang/String;
           12   13     6       evalStr  Lorg/jruby/RubyString;
           14   24     6       evalStr  Lorg/jruby/RubyString;
           16   21     7          file  Ljava/lang/String;
           22   24     7          file  Ljava/lang/String;
           18   19     8          line  I
           20   21     8          line  I
           23   24     8          line  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      mod       
      args      
      block     
      evalType  

  public org.jruby.runtime.builtin.IRubyObject op_eqq(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 386
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* context */
            aload 0 /* this */
            aload 2 /* other */
            invokestatic org.jruby.RubyObject.equalInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject other
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyObject;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    other  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      other    

  public static boolean equalInternal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject a
        start local 2 // org.jruby.runtime.builtin.IRubyObject b
         0: .line 394
            aload 1 /* a */
            aload 2 /* b */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 395
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof org.jruby.RubySymbol
            ifeq 2
            iconst_0
            ireturn
         2: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* a */
            aload 2 /* b */
            invokestatic org.jruby.RubyObject.fastNumEqualInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject b
        end local 1 // org.jruby.runtime.builtin.IRubyObject a
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  context  Lorg/jruby/runtime/ThreadContext;
            0    3     1        a  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2        b  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  final
      a        final
      b        final

  private static boolean fastNumEqualInternal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject a
        start local 2 // org.jruby.runtime.builtin.IRubyObject b
         0: .line 401
            aload 1 /* a */
            instanceof org.jruby.RubyFixnum
            ifeq 2
         1: .line 402
            aload 2 /* b */
            instanceof org.jruby.RubyFixnum
            ifeq 4
            aload 1 /* a */
            checkcast org.jruby.RubyFixnum
            aload 2 /* b */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.fastEqual:(Lorg/jruby/RubyFixnum;)Z
            ireturn
         2: .line 403
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof org.jruby.RubyFloat
            ifeq 4
         3: .line 404
            aload 2 /* b */
            instanceof org.jruby.RubyFloat
            ifeq 4
            aload 1 /* a */
            checkcast org.jruby.RubyFloat
            aload 2 /* b */
            checkcast org.jruby.RubyFloat
            invokevirtual org.jruby.RubyFloat.fastEqual:(Lorg/jruby/RubyFloat;)Z
            ireturn
         4: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* a */
            getstatic org.jruby.runtime.invokedynamic.MethodNames.OP_EQUAL:Lorg/jruby/runtime/invokedynamic/MethodNames;
            aload 2 /* b */
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject b
        end local 1 // org.jruby.runtime.builtin.IRubyObject a
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  context  Lorg/jruby/runtime/ThreadContext;
            0    5     1        a  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2        b  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  final
      a        final
      b        final

  protected static boolean eqlInternal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject a
        start local 2 // org.jruby.runtime.builtin.IRubyObject b
         0: .line 414
            aload 1 /* a */
            aload 2 /* b */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 415
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof org.jruby.RubySymbol
            ifeq 2
            iconst_0
            ireturn
         2: .line 416
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            instanceof org.jruby.RubyNumeric
            ifeq 5
         3: .line 417
            aload 1 /* a */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 2 /* b */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
            iconst_0
            ireturn
         4: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* a */
            aload 2 /* b */
            invokestatic org.jruby.RubyObject.fastNumEqualInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
         5: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* a */
            getstatic org.jruby.runtime.invokedynamic.MethodNames.EQL:Lorg/jruby/runtime/invokedynamic/MethodNames;
            aload 2 /* b */
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject b
        end local 1 // org.jruby.runtime.builtin.IRubyObject a
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  context  Lorg/jruby/runtime/ThreadContext;
            0    6     1        a  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2        b  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  final
      a        final
      b        final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jruby.RubyObject this
         0: .line 430
            aload 0 /* this */
            getfield org.jruby.RubyObject.metaClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getstatic org.jruby.runtime.invokedynamic.MethodNames.HASH:Lorg/jruby/runtime/invokedynamic/MethodNames;
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 1 /* hashValue */
        start local 1 // org.jruby.runtime.builtin.IRubyObject hashValue
         1: .line 431
            aload 1 /* hashValue */
            instanceof org.jruby.RubyFixnum
            ifeq 2
            aload 1 /* hashValue */
            invokestatic org.jruby.RubyNumeric.fix2long:(Lorg/jruby/runtime/builtin/IRubyObject;)J
            l2i
            ireturn
         2: .line 432
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* hashValue */
            invokestatic org.jruby.RubyObject.nonFixnumHashCode:(Lorg/jruby/runtime/builtin/IRubyObject;)I
            ireturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject hashValue
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/RubyObject;
            1    3     1  hashValue  Lorg/jruby/runtime/builtin/IRubyObject;

  public static org.jruby.RubyString inspect(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject object
         0: .line 442
            aload 0 /* context */
            aload 1 /* object */
            invokestatic org.jruby.RubyObject.rbInspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyString
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject object
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1   object  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      object   

  public static org.jruby.runtime.builtin.IRubyObject dig(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=7, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // int idx
         0: .line 447
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 1
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokestatic org.jruby.RubyObject.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$ObjectSites;
            astore 4 /* sites */
        start local 4 // org.jruby.runtime.JavaSites$ObjectSites sites
         2: .line 451
            aload 1 /* obj */
            instanceof org.jruby.RubyArray
            ifeq 5
         3: .line 452
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_array:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.isBuiltin:(Lorg/jruby/RubyClass;)Z
            ifeq 5
         4: .line 453
            aload 1 /* obj */
            checkcast org.jruby.RubyArray
            aload 0 /* context */
            aload 2 /* args */
            iload 3 /* idx */
            invokevirtual org.jruby.RubyArray.dig:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 456
      StackMap locals: org.jruby.runtime.JavaSites$ObjectSites
      StackMap stack:
            aload 1 /* obj */
            instanceof org.jruby.RubyHash
            ifeq 8
         6: .line 457
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_hash:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.isBuiltin:(Lorg/jruby/RubyClass;)Z
            ifeq 8
         7: .line 458
            aload 1 /* obj */
            checkcast org.jruby.RubyHash
            aload 0 /* context */
            aload 2 /* args */
            iload 3 /* idx */
            invokevirtual org.jruby.RubyHash.dig:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         8: .line 461
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.jruby.RubyStruct
            ifeq 11
         9: .line 462
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_struct:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.isBuiltin:(Lorg/jruby/RubyClass;)Z
            ifeq 11
        10: .line 463
            aload 1 /* obj */
            checkcast org.jruby.RubyStruct
            aload 0 /* context */
            aload 2 /* args */
            iload 3 /* idx */
            invokevirtual org.jruby.RubyStruct.dig:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        11: .line 466
      StackMap locals:
      StackMap stack:
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.respond_to_dig:Lorg/jruby/runtime/callsite/RespondToCallSite;
            aload 0 /* context */
            aload 1 /* obj */
            aload 1 /* obj */
            iconst_1
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.respondsTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Z
            ifeq 20
        12: .line 467
            aload 2 /* args */
            arraylength
            iload 3 /* idx */
            isub
            istore 5 /* len */
        start local 5 // int len
        13: .line 468
            iload 5 /* len */
            tableswitch { // 1 - 3
                    1: 14
                    2: 15
                    3: 16
              default: 17
          }
        14: .line 470
      StackMap locals: int
      StackMap stack:
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_misc:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 0 /* context */
            aload 1 /* obj */
            aload 1 /* obj */
            aload 2 /* args */
            iload 3 /* idx */
            aaload
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        15: .line 472
      StackMap locals:
      StackMap stack:
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_misc:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 0 /* context */
            aload 1 /* obj */
            aload 1 /* obj */
            aload 2 /* args */
            iload 3 /* idx */
            aaload
            aload 2 /* args */
            iload 3 /* idx */
            iconst_1
            iadd
            aaload
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        16: .line 474
      StackMap locals:
      StackMap stack:
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_misc:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 0 /* context */
            aload 1 /* obj */
            aload 1 /* obj */
            aload 2 /* args */
            iload 3 /* idx */
            aaload
            aload 2 /* args */
            iload 3 /* idx */
            iconst_1
            iadd
            aaload
            aload 2 /* args */
            iload 3 /* idx */
            iconst_2
            iadd
            aaload
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        17: .line 476
      StackMap locals:
      StackMap stack:
            iload 5 /* len */
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 6 /* rest */
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] rest
        18: .line 477
            aload 2 /* args */
            iload 3 /* idx */
            aload 6 /* rest */
            iconst_0
            iload 5 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 478
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$ObjectSites.dig_misc:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 0 /* context */
            aload 1 /* obj */
            aload 1 /* obj */
            aload 6 /* rest */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] rest
        end local 5 // int len
        20: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " does not have #dig method"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 4 // org.jruby.runtime.JavaSites$ObjectSites sites
        end local 3 // int idx
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0  context  Lorg/jruby/runtime/ThreadContext;
            0   21     1      obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0   21     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   21     3      idx  I
            2   21     4    sites  Lorg/jruby/runtime/JavaSites$ObjectSites;
           13   20     5      len  I
           18   20     6     rest  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      obj      
      args     
      idx      

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.jruby.RubyObject this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 492
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 494
            aload 0 /* this */
            invokevirtual org.jruby.RubyObject.getInstanceVariableNameList:()Ljava/util/List;
            astore 2 /* names */
        start local 2 // java.util.List names
         2: .line 495
            aload 1 /* out */
            aload 2 /* names */
            invokeinterface java.util.List.size:()I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         3: .line 496
            aload 2 /* names */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.jruby.RubyObject java.io.ObjectOutputStream java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* name */
        start local 3 // java.lang.String name
         5: .line 497
            aload 1 /* out */
            aload 3 /* name */
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         6: .line 498
            aload 1 /* out */
            aload 0 /* this */
            invokevirtual org.jruby.RubyObject.getInstanceVariables:()Lorg/jruby/runtime/builtin/InstanceVariables;
            aload 3 /* name */
            invokeinterface org.jruby.runtime.builtin.InstanceVariables.getInstanceVariable:(Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
        end local 3 // java.lang.String name
         7: .line 496
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 500
            return
        end local 2 // java.util.List names
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/jruby/RubyObject;
            0    9     1    out  Ljava/io/ObjectOutputStream;
            2    9     2  names  Ljava/util/List<Ljava/lang/String;>;
            5    7     3   name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jruby.RubyObject this
        start local 1 // java.io.ObjectInputStream in
         0: .line 507
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 509
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            istore 2 /* ivarCount */
        start local 2 // int ivarCount
         2: .line 510
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 511
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            invokevirtual org.jruby.RubyObject.setInstanceVariable:(Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         5: .line 510
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* ivarCount */
            if_icmplt 4
        end local 3 // int i
         7: .line 513
            return
        end local 2 // int ivarCount
        end local 1 // java.io.ObjectInputStream in
        end local 0 // org.jruby.RubyObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/jruby/RubyObject;
            0    8     1         in  Ljava/io/ObjectInputStream;
            2    8     2  ivarCount  I
            3    7     3          i  I
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  private static org.jruby.runtime.JavaSites$ObjectSites sites(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$ObjectSites;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ThreadContext context
         0: .line 516
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.sites:Lorg/jruby/runtime/JavaSites;
            getfield org.jruby.runtime.JavaSites.Object:Lorg/jruby/runtime/JavaSites$ObjectSites;
            areturn
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RubyObject.java"
NestMembers:
  org.jruby.RubyObject$1  org.jruby.RubyObject$2  org.jruby.RubyObject$3  org.jruby.RubyObject$Data
InnerClasses:
  org.jruby.RubyObject$1
  org.jruby.RubyObject$2
  org.jruby.RubyObject$3
  public Data = org.jruby.RubyObject$Data of org.jruby.RubyObject
  public ObjectSites = org.jruby.runtime.JavaSites$ObjectSites of org.jruby.runtime.JavaSites
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Object"}, include = {"Kernel"})