public class org.jruby.RubyProc extends org.jruby.RubyObject implements org.jruby.runtime.marshal.DataType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyProc
  super_class: org.jruby.RubyObject
{
  private org.jruby.runtime.Block block;
    descriptor: Lorg/jruby/runtime/Block;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.Block$Type type;
    descriptor: Lorg/jruby/runtime/Block$Type;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String file;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int line;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 60
            ldc Lorg/jruby/RubyProc;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.RubyProc.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.Block$Type);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
        start local 3 // org.jruby.runtime.Block$Type type
         0: .line 67
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 61
            aload 0 /* this */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            putfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
         2: .line 63
            aload 0 /* this */
            aconst_null
            putfield org.jruby.RubyProc.file:Ljava/lang/String;
         3: .line 64
            aload 0 /* this */
            iconst_m1
            putfield org.jruby.RubyProc.line:I
         4: .line 69
            aload 0 /* this */
            aload 3 /* type */
            putfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
         5: .line 70
            return
        end local 3 // org.jruby.runtime.Block$Type type
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/jruby/RubyProc;
            0    6     1    runtime  Lorg/jruby/Ruby;
            0    6     2  rubyClass  Lorg/jruby/RubyClass;
            0    6     3       type  Lorg/jruby/runtime/Block$Type;
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  
      type       

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.Block$Type, org.jruby.lexer.yacc.ISourcePosition);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;Lorg/jruby/lexer/yacc/ISourcePosition;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
        start local 3 // org.jruby.runtime.Block$Type type
        start local 4 // org.jruby.lexer.yacc.ISourcePosition sourcePosition
         0: .line 74
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            aload 3 /* type */
            aload 4 /* sourcePosition */
            invokeinterface org.jruby.lexer.yacc.ISourcePosition.getFile:()Ljava/lang/String;
            aload 4 /* sourcePosition */
            invokeinterface org.jruby.lexer.yacc.ISourcePosition.getLine:()I
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)V
         1: .line 75
            return
        end local 4 // org.jruby.lexer.yacc.ISourcePosition sourcePosition
        end local 3 // org.jruby.runtime.Block$Type type
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/RubyProc;
            0    2     1         runtime  Lorg/jruby/Ruby;
            0    2     2       rubyClass  Lorg/jruby/RubyClass;
            0    2     3            type  Lorg/jruby/runtime/Block$Type;
            0    2     4  sourcePosition  Lorg/jruby/lexer/yacc/ISourcePosition;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      runtime         
      rubyClass       
      type            
      sourcePosition  

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.Block$Type, java.lang.String, int);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
        start local 3 // org.jruby.runtime.Block$Type type
        start local 4 // java.lang.String file
        start local 5 // int line
         0: .line 78
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            aload 3 /* type */
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;)V
         1: .line 80
            aload 0 /* this */
            aload 4 /* file */
            putfield org.jruby.RubyProc.file:Ljava/lang/String;
         2: .line 81
            aload 0 /* this */
            iload 5 /* line */
            putfield org.jruby.RubyProc.line:I
         3: .line 82
            return
        end local 5 // int line
        end local 4 // java.lang.String file
        end local 3 // org.jruby.runtime.Block$Type type
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/RubyProc;
            0    4     1    runtime  Lorg/jruby/Ruby;
            0    4     2  rubyClass  Lorg/jruby/RubyClass;
            0    4     3       type  Lorg/jruby/runtime/Block$Type;
            0    4     4       file  Ljava/lang/String;
            0    4     5       line  I
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  
      type       
      file       
      line       

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.Block, java.lang.String, int);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
        start local 3 // org.jruby.runtime.Block block
        start local 4 // java.lang.String file
        start local 5 // int line
         0: .line 86
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            aload 3 /* block */
            getfield org.jruby.runtime.Block.type:Lorg/jruby/runtime/Block$Type;
            aload 4 /* file */
            iload 5 /* line */
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)V
         1: .line 87
            aload 0 /* this */
            aload 3 /* block */
            putfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
         2: .line 88
            return
        end local 5 // int line
        end local 4 // java.lang.String file
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/RubyProc;
            0    3     1    runtime  Lorg/jruby/Ruby;
            0    3     2  rubyClass  Lorg/jruby/RubyClass;
            0    3     3      block  Lorg/jruby/runtime/Block;
            0    3     4       file  Ljava/lang/String;
            0    3     5       line  I
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  
      block      
      file       
      line       

  public static org.jruby.RubyClass createProcClass(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 91
            aload 0 /* runtime */
            ldc "Proc"
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            getstatic org.jruby.runtime.ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 1 /* procClass */
        start local 1 // org.jruby.RubyClass procClass
         1: .line 92
            aload 0 /* runtime */
            aload 1 /* procClass */
            invokevirtual org.jruby.Ruby.setProc:(Lorg/jruby/RubyClass;)V
         2: .line 94
            aload 1 /* procClass */
            getstatic org.jruby.runtime.ClassIndex.PROC:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         3: .line 95
            aload 1 /* procClass */
            ldc Lorg/jruby/RubyProc;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         4: .line 97
            aload 1 /* procClass */
            ldc Lorg/jruby/RubyProc;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         5: .line 99
            aload 1 /* procClass */
            areturn
        end local 1 // org.jruby.RubyClass procClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0    runtime  Lorg/jruby/Ruby;
            1    6     1  procClass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  

  public org.jruby.runtime.Block getBlock();
    descriptor: ()Lorg/jruby/runtime/Block;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 103
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            areturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;

  public static org.jruby.RubyProc newProc(org.jruby.Ruby, org.jruby.runtime.Block$Type);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Block$Type;)Lorg/jruby/RubyProc;
    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.runtime.Block$Type type
         0: .line 110
            aload 0 /* runtime */
            ldc "deprecated RubyProc.newProc with no block; do not use"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // org.jruby.runtime.Block$Type type
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
            0    1     1     type  Lorg/jruby/runtime/Block$Type;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      runtime  
      type     

  public static org.jruby.RubyProc newProc(org.jruby.Ruby, org.jruby.runtime.Block, org.jruby.runtime.Block$Type);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;)Lorg/jruby/RubyProc;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.runtime.Block$Type type
         0: .line 114
            new org.jruby.RubyProc
            dup
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getProc:()Lorg/jruby/RubyClass;
            aload 2 /* type */
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;)V
            astore 3 /* proc */
        start local 3 // org.jruby.RubyProc proc
         1: .line 115
            aload 3 /* proc */
            aload 1 /* block */
            invokevirtual org.jruby.RubyProc.setup:(Lorg/jruby/runtime/Block;)V
         2: .line 117
            aload 3 /* proc */
            areturn
        end local 3 // org.jruby.RubyProc proc
        end local 2 // org.jruby.runtime.Block$Type type
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  runtime  Lorg/jruby/Ruby;
            0    3     1    block  Lorg/jruby/runtime/Block;
            0    3     2     type  Lorg/jruby/runtime/Block$Type;
            1    3     3     proc  Lorg/jruby/RubyProc;
    MethodParameters:
         Name  Flags
      runtime  
      block    
      type     

  public static org.jruby.RubyProc newProc(org.jruby.Ruby, org.jruby.runtime.Block, org.jruby.runtime.Block$Type, org.jruby.lexer.yacc.ISourcePosition);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;Lorg/jruby/lexer/yacc/ISourcePosition;)Lorg/jruby/RubyProc;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.runtime.Block$Type type
        start local 3 // org.jruby.lexer.yacc.ISourcePosition sourcePosition
         0: .line 122
            new org.jruby.RubyProc
            dup
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getProc:()Lorg/jruby/RubyClass;
            aload 2 /* type */
            aload 3 /* sourcePosition */
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;Lorg/jruby/lexer/yacc/ISourcePosition;)V
            astore 4 /* proc */
        start local 4 // org.jruby.RubyProc proc
         1: .line 123
            aload 4 /* proc */
            aload 1 /* block */
            invokevirtual org.jruby.RubyProc.setup:(Lorg/jruby/runtime/Block;)V
         2: .line 125
            aload 4 /* proc */
            areturn
        end local 4 // org.jruby.RubyProc proc
        end local 3 // org.jruby.lexer.yacc.ISourcePosition sourcePosition
        end local 2 // org.jruby.runtime.Block$Type type
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0         runtime  Lorg/jruby/Ruby;
            0    3     1           block  Lorg/jruby/runtime/Block;
            0    3     2            type  Lorg/jruby/runtime/Block$Type;
            0    3     3  sourcePosition  Lorg/jruby/lexer/yacc/ISourcePosition;
            1    3     4            proc  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      runtime         
      block           
      type            
      sourcePosition  

  public static org.jruby.RubyProc newProc(org.jruby.Ruby, org.jruby.runtime.Block, org.jruby.runtime.Block$Type, java.lang.String, int);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)Lorg/jruby/RubyProc;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.runtime.Block$Type type
        start local 3 // java.lang.String file
        start local 4 // int line
         0: .line 129
            new org.jruby.RubyProc
            dup
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getProc:()Lorg/jruby/RubyClass;
            aload 2 /* type */
            aload 3 /* file */
            iload 4 /* line */
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)V
            astore 5 /* proc */
        start local 5 // org.jruby.RubyProc proc
         1: .line 130
            aload 5 /* proc */
            aload 1 /* block */
            invokevirtual org.jruby.RubyProc.setup:(Lorg/jruby/runtime/Block;)V
         2: .line 132
            aload 5 /* proc */
            areturn
        end local 5 // org.jruby.RubyProc proc
        end local 4 // int line
        end local 3 // java.lang.String file
        end local 2 // org.jruby.runtime.Block$Type type
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  runtime  Lorg/jruby/Ruby;
            0    3     1    block  Lorg/jruby/runtime/Block;
            0    3     2     type  Lorg/jruby/runtime/Block$Type;
            0    3     3     file  Ljava/lang/String;
            0    3     4     line  I
            1    3     5     proc  Lorg/jruby/RubyProc;
    MethodParameters:
         Name  Flags
      runtime  
      block    
      type     
      file     
      line     

  public static org.jruby.runtime.builtin.IRubyObject newInstance(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject recv
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.Block block
         0: .line 143
            aload 3 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifne 1
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getCurrentFrame:()Lorg/jruby/runtime/Frame;
            invokevirtual org.jruby.runtime.Frame.getBlock:()Lorg/jruby/runtime/Block;
            astore 3 /* block */
         1: .line 147
      StackMap locals:
      StackMap stack:
            aload 3 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifeq 3
            aload 3 /* block */
            invokevirtual org.jruby.runtime.Block.getProcObject:()Lorg/jruby/RubyProc;
            ifnull 3
            aload 3 /* block */
            invokevirtual org.jruby.runtime.Block.getProcObject:()Lorg/jruby/RubyProc;
            getfield org.jruby.RubyProc.metaClass:Lorg/jruby/RubyClass;
            aload 1 /* recv */
            if_acmpne 3
         2: .line 148
            aload 3 /* block */
            invokevirtual org.jruby.runtime.Block.getProcObject:()Lorg/jruby/RubyProc;
            areturn
         3: .line 151
      StackMap locals:
      StackMap stack:
            new org.jruby.RubyProc
            dup
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* recv */
            checkcast org.jruby.RubyClass
            getstatic org.jruby.runtime.Block$Type.PROC:Lorg/jruby/runtime/Block$Type;
            invokespecial org.jruby.RubyProc.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block$Type;)V
            astore 4 /* obj */
        start local 4 // org.jruby.RubyProc obj
         4: .line 152
            aload 4 /* obj */
            aload 3 /* block */
            invokevirtual org.jruby.RubyProc.setup:(Lorg/jruby/runtime/Block;)V
         5: .line 154
            aload 4 /* obj */
            aload 0 /* context */
            ldc "initialize"
            aload 2 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.RubyProc.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         6: .line 155
            aload 4 /* obj */
            areturn
        end local 4 // org.jruby.RubyProc obj
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject recv
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  context  Lorg/jruby/runtime/ThreadContext;
            0    7     1     recv  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3    block  Lorg/jruby/runtime/Block;
            4    7     4      obj  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, rest = true, meta = true)
    MethodParameters:
         Name  Flags
      context  
      recv     
      args     
      block    

  private void setup(org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/Block;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.Block procBlock
         0: .line 159
            aload 1 /* procBlock */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifne 2
         1: .line 160
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            ldc "tried to create Proc object without a block"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.isLambda:()Z
            pop
         3: .line 167
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.isThread:()Z
            ifeq 20
         4: .line 169
            aload 1 /* procBlock */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            astore 2 /* oldBinding */
        start local 2 // org.jruby.runtime.Binding oldBinding
         5: .line 170
            new org.jruby.runtime.Binding
            dup
         6: .line 171
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
         7: .line 172
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getFrame:()Lorg/jruby/runtime/Frame;
            invokevirtual org.jruby.runtime.Frame.duplicate:()Lorg/jruby/runtime/Frame;
         8: .line 173
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getVisibility:()Lorg/jruby/runtime/Visibility;
         9: .line 174
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getDynamicScope:()Lorg/jruby/runtime/DynamicScope;
        10: .line 175
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getMethod:()Ljava/lang/String;
        11: .line 176
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getFile:()Ljava/lang/String;
        12: .line 177
            aload 2 /* oldBinding */
            invokevirtual org.jruby.runtime.Binding.getLine:()I
        13: .line 170
            invokespecial org.jruby.runtime.Binding.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Frame;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/DynamicScope;Ljava/lang/String;Ljava/lang/String;I)V
            astore 3 /* newBinding */
        start local 3 // org.jruby.runtime.Binding newBinding
        14: .line 178
            aload 0 /* this */
            new org.jruby.runtime.Block
            dup
            aload 1 /* procBlock */
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            aload 3 /* newBinding */
            invokespecial org.jruby.runtime.Block.<init>:(Lorg/jruby/runtime/BlockBody;Lorg/jruby/runtime/Binding;)V
            putfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
        15: .line 181
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.escape:()V
        16: .line 184
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            invokevirtual org.jruby.runtime.BlockBody.getStaticScope:()Lorg/jruby/parser/StaticScope;
            astore 4 /* oldScope */
        start local 4 // org.jruby.parser.StaticScope oldScope
        17: .line 185
            aload 4 /* oldScope */
            invokevirtual org.jruby.parser.StaticScope.duplicate:()Lorg/jruby/parser/StaticScope;
            astore 5 /* newScope */
        start local 5 // org.jruby.parser.StaticScope newScope
        18: .line 186
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            aload 5 /* newScope */
            invokevirtual org.jruby.runtime.BlockBody.setStaticScope:(Lorg/jruby/parser/StaticScope;)V
        end local 5 // org.jruby.parser.StaticScope newScope
        end local 4 // org.jruby.parser.StaticScope oldScope
        end local 3 // org.jruby.runtime.Binding newBinding
        end local 2 // org.jruby.runtime.Binding oldBinding
        19: .line 187
            goto 21
        20: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* procBlock */
            putfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
        21: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            invokevirtual org.jruby.runtime.BlockBody.getFile:()Ljava/lang/String;
            invokevirtual org.jruby.runtime.Binding.setFile:(Ljava/lang/String;)V
        22: .line 194
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            invokevirtual org.jruby.runtime.BlockBody.getLine:()I
            invokevirtual org.jruby.runtime.Binding.setLine:(I)V
        23: .line 196
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            getfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
            putfield org.jruby.runtime.Block.type:Lorg/jruby/runtime/Block$Type;
        24: .line 197
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            invokevirtual org.jruby.runtime.Block.setProcObject:(Lorg/jruby/RubyProc;)V
        25: .line 200
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            invokevirtual org.jruby.runtime.BlockBody.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.runtime.Binding.getDummyScope:(Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/DynamicScope;
            pop
        26: .line 201
            return
        end local 1 // org.jruby.runtime.Block procBlock
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lorg/jruby/RubyProc;
            0   27     1   procBlock  Lorg/jruby/runtime/Block;
            5   19     2  oldBinding  Lorg/jruby/runtime/Binding;
           14   19     3  newBinding  Lorg/jruby/runtime/Binding;
           17   19     4    oldScope  Lorg/jruby/parser/StaticScope;
           18   19     5    newScope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
           Name  Flags
      procBlock  

  public org.jruby.runtime.builtin.IRubyObject rbClone();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 206
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            getfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
            aload 0 /* this */
            getfield org.jruby.RubyProc.file:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.RubyProc.line:I
            invokestatic org.jruby.RubyProc.newProc:(Lorg/jruby/Ruby;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)Lorg/jruby/RubyProc;
            astore 1 /* newProc */
        start local 1 // org.jruby.RubyProc newProc
         1: .line 208
            aload 1 /* newProc */
            areturn
        end local 1 // org.jruby.RubyProc newProc
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyProc;
            1    2     1  newProc  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"clone"})

  public org.jruby.runtime.builtin.IRubyObject dup();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 214
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            getfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
            aload 0 /* this */
            getfield org.jruby.RubyProc.file:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.RubyProc.line:I
            invokestatic org.jruby.RubyProc.newProc:(Lorg/jruby/Ruby;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;Ljava/lang/String;I)Lorg/jruby/RubyProc;
            areturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"dup"})

  public org.jruby.runtime.builtin.IRubyObject to_s();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 220
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            astore 1 /* runtime */
        start local 1 // org.jruby.Ruby runtime
         1: .line 221
            aload 1 /* runtime */
            ldc "#<"
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            astore 2 /* string */
        start local 2 // org.jruby.RubyString string
         2: .line 223
            aload 2 /* string */
            aload 1 /* runtime */
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.type:()Lorg/jruby/RubyClass;
            invokestatic org.jruby.util.RubyStringBuilder.types:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.append:(Lorg/jruby/RubyString;)Lorg/jruby/RubyString;
            pop
         3: .line 224
            aload 2 /* string */
            new java.lang.StringBuilder
            dup
            ldc ":0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.RubyString.catString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            pop
         4: .line 226
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            invokevirtual org.jruby.runtime.BlockBody.getFile:()Ljava/lang/String;
            astore 3 /* file */
        start local 3 // java.lang.String file
         5: .line 227
            aload 3 /* file */
            ifnull 6
            aload 2 /* string */
            new java.lang.StringBuilder
            dup
            ldc "@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* file */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            invokevirtual org.jruby.runtime.BlockBody.getLine:()I
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.RubyString.catString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            pop
         6: .line 229
      StackMap locals: org.jruby.Ruby org.jruby.RubyString java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.isLambda:()Z
            ifeq 7
            aload 2 /* string */
            ldc " (lambda)"
            invokevirtual org.jruby.RubyString.catString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            pop
         7: .line 230
      StackMap locals:
      StackMap stack:
            aload 2 /* string */
            ldc ">"
            invokevirtual org.jruby.RubyString.catString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            pop
         8: .line 232
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.isTaint:()Z
            ifeq 9
            aload 2 /* string */
            iconst_1
            invokevirtual org.jruby.RubyString.setTaint:(Z)V
         9: .line 234
      StackMap locals:
      StackMap stack:
            aload 2 /* string */
            areturn
        end local 3 // java.lang.String file
        end local 2 // org.jruby.RubyString string
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/jruby/RubyProc;
            1   10     1  runtime  Lorg/jruby/Ruby;
            2   10     2   string  Lorg/jruby/RubyString;
            5   10     3     file  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"to_s"}, alias = {"inspect"})

  public org.jruby.runtime.builtin.IRubyObject binding();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 239
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.Ruby.newBinding:(Lorg/jruby/runtime/Binding;)Lorg/jruby/RubyBinding;
            areturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"binding"})

  public static org.jruby.runtime.builtin.IRubyObject[] prepareArgs(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block$Type, org.jruby.runtime.BlockBody, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block$Type;Lorg/jruby/runtime/BlockBody;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.Block$Type type
        start local 2 // org.jruby.runtime.BlockBody blockBody
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 249
            aload 1 /* type */
            getstatic org.jruby.runtime.Block$Type.LAMBDA:Lorg/jruby/runtime/Block$Type;
            if_acmpne 3
         1: .line 250
            aload 2 /* blockBody */
            invokevirtual org.jruby.runtime.BlockBody.getSignature:()Lorg/jruby/runtime/Signature;
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* args */
            invokevirtual org.jruby.runtime.Signature.checkArity:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 251
            aload 3 /* args */
            areturn
         3: .line 256
      StackMap locals:
      StackMap stack:
            aload 2 /* blockBody */
            invokevirtual org.jruby.runtime.BlockBody.getSignature:()Lorg/jruby/runtime/Signature;
            invokevirtual org.jruby.runtime.Signature.arityValue:()I
            istore 4 /* arityValue */
        start local 4 // int arityValue
         4: .line 257
            aload 3 /* args */
            arraylength
            iconst_1
            if_icmpne 6
            iload 4 /* arityValue */
            iconst_m1
            if_icmplt 5
            iload 4 /* arityValue */
            iconst_1
            if_icmple 6
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* context */
            aload 3 /* args */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.toAry:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* args */
         6: .line 259
      StackMap locals:
      StackMap stack:
            aload 3 /* args */
            areturn
        end local 4 // int arityValue
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.BlockBody blockBody
        end local 1 // org.jruby.runtime.Block$Type type
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0     context  Lorg/jruby/runtime/ThreadContext;
            0    7     1        type  Lorg/jruby/runtime/Block$Type;
            0    7     2   blockBody  Lorg/jruby/runtime/BlockBody;
            0    7     3        args  [Lorg/jruby/runtime/builtin/IRubyObject;
            4    7     4  arityValue  I
    MethodParameters:
           Name  Flags
      context    
      type       
      blockBody  
      args       

  public final org.jruby.runtime.builtin.IRubyObject call(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.RubyProc 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 blockCallArg
         0: .line 264
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            aload 2 /* args */
            invokestatic org.jruby.RubyProc.prepareArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block$Type;Lorg/jruby/runtime/BlockBody;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* preppedArgs */
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] preppedArgs
         1: .line 266
            aload 0 /* this */
            aload 1 /* context */
            aload 4 /* preppedArgs */
            aconst_null
            aload 3 /* blockCallArg */
            invokevirtual org.jruby.RubyProc.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] preppedArgs
        end local 3 // org.jruby.runtime.Block blockCallArg
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/RubyProc;
            0    2     1       context  Lorg/jruby/runtime/ThreadContext;
            0    2     2          args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3  blockCallArg  Lorg/jruby/runtime/Block;
            1    2     4   preppedArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"call", "[]", "yield", "==="}, rest = true, omit = true)
    MethodParameters:
              Name  Flags
      context       
      args          
      blockCallArg  

  public final org.jruby.runtime.builtin.IRubyObject call(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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 270
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 2 /* arg */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyProc;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      arg  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      arg      

  public final org.jruby.runtime.builtin.IRubyObject call(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: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 274
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 2 /* args */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyProc;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      args     

  public final org.jruby.runtime.builtin.IRubyObject call(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.Block passedBlock
         0: .line 278
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* args */
            aload 3 /* self */
            aconst_null
            aload 4 /* passedBlock */
            invokevirtual org.jruby.RubyProc.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.Block passedBlock
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/RubyProc;
            0    1     1      context  Lorg/jruby/runtime/ThreadContext;
            0    1     2         args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3         self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  passedBlock  Lorg/jruby/runtime/Block;
    MethodParameters:
             Name  Flags
      context      
      args         
      self         
      passedBlock  

  public final org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.RubyModule sourceModule
        start local 5 // org.jruby.runtime.Block passedBlock
         0: .line 282
            getstatic org.jruby.RubyProc.$assertionsDisabled:Z
            ifne 1
            aload 2 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 287
      StackMap locals:
      StackMap stack:
            aload 3 /* self */
            ifnull 2
            aload 4 /* sourceModule */
            ifnonnull 4
         2: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            astore 6 /* newBlock */
        start local 6 // org.jruby.runtime.Block newBlock
         3: .line 289
            goto 9
        end local 6 // org.jruby.runtime.Block newBlock
         4: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.cloneBlockAndFrame:()Lorg/jruby/runtime/Block;
            astore 6 /* newBlock */
        start local 6 // org.jruby.runtime.Block newBlock
         5: .line 291
            aload 3 /* self */
            ifnull 7
         6: .line 292
            aload 6 /* newBlock */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            aload 3 /* self */
            invokevirtual org.jruby.runtime.Binding.setSelf:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         7: .line 294
      StackMap locals: org.jruby.runtime.Block
      StackMap stack:
            aload 4 /* sourceModule */
            ifnull 9
         8: .line 295
            aload 6 /* newBlock */
            invokevirtual org.jruby.runtime.Block.getFrame:()Lorg/jruby/runtime/Frame;
            aload 4 /* sourceModule */
            invokevirtual org.jruby.runtime.Frame.setKlazz:(Lorg/jruby/RubyModule;)V
         9: .line 299
      StackMap locals:
      StackMap stack:
            aload 6 /* newBlock */
            aload 1 /* context */
            aload 2 /* args */
            aload 5 /* passedBlock */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block newBlock
        end local 5 // org.jruby.runtime.Block passedBlock
        end local 4 // org.jruby.RubyModule sourceModule
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jruby/RubyProc;
            0   10     1       context  Lorg/jruby/runtime/ThreadContext;
            0   10     2          args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     3          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     4  sourceModule  Lorg/jruby/RubyModule;
            0   10     5   passedBlock  Lorg/jruby/runtime/Block;
            3    4     6      newBlock  Lorg/jruby/runtime/Block;
            5   10     6      newBlock  Lorg/jruby/runtime/Block;
    MethodParameters:
              Name  Flags
      context       
      args          
      self          
      sourceModule  
      passedBlock   

  public org.jruby.RubyFixnum arity();
    descriptor: ()Lorg/jruby/RubyFixnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 304
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getSignature:()Lorg/jruby/runtime/Signature;
            astore 1 /* signature */
        start local 1 // org.jruby.runtime.Signature signature
         1: .line 306
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            getfield org.jruby.runtime.Block.type:Lorg/jruby/runtime/Block$Type;
            getstatic org.jruby.runtime.Block$Type.LAMBDA:Lorg/jruby/runtime/Block$Type;
            if_acmpne 2
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* signature */
            invokevirtual org.jruby.runtime.Signature.arityValue:()I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
         2: .line 309
      StackMap locals: org.jruby.runtime.Signature
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* signature */
            invokevirtual org.jruby.runtime.Signature.hasRest:()Z
            ifeq 3
            aload 1 /* signature */
            invokevirtual org.jruby.runtime.Signature.arityValue:()I
            goto 4
      StackMap locals:
      StackMap stack: org.jruby.Ruby
         3: aload 1 /* signature */
            invokevirtual org.jruby.runtime.Signature.required:()I
            aload 1 /* signature */
            invokevirtual org.jruby.runtime.Signature.getRequiredKeywordForArityCount:()I
            iadd
      StackMap locals: org.jruby.RubyProc org.jruby.runtime.Signature
      StackMap stack: org.jruby.Ruby int
         4: invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 1 // org.jruby.runtime.Signature signature
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jruby/RubyProc;
            1    5     1  signature  Lorg/jruby/runtime/Signature;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"arity"})

  public org.jruby.RubyProc to_proc();
    descriptor: ()Lorg/jruby/RubyProc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 314
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"to_proc"})

  public org.jruby.runtime.builtin.IRubyObject source_location(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 319
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 320
            aload 0 /* this */
            getfield org.jruby.RubyProc.file:Ljava/lang/String;
            ifnull 3
         2: .line 321
            aload 2 /* runtime */
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyProc.file:Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyProc.line:I
            iconst_1
            iadd
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.Ruby.newArray:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
         3: .line 324
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            ifnull 10
         4: .line 325
            aload 0 /* this */
            getfield org.jruby.RubyProc.block:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            astore 3 /* binding */
        start local 3 // org.jruby.runtime.Binding binding
         5: .line 328
            aload 3 /* binding */
            invokevirtual org.jruby.runtime.Binding.getFile:()Ljava/lang/String;
            ifnull 10
         6: .line 329
            aload 2 /* runtime */
         7: .line 330
            aload 2 /* runtime */
            aload 3 /* binding */
            invokevirtual org.jruby.runtime.Binding.getFile:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
         8: .line 331
            aload 2 /* runtime */
            aload 3 /* binding */
            invokevirtual org.jruby.runtime.Binding.getLine:()I
            iconst_1
            iadd
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
         9: .line 329
            invokevirtual org.jruby.Ruby.newArray:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
        end local 3 // org.jruby.runtime.Binding binding
        10: .line 335
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/jruby/RubyProc;
            0   11     1  context  Lorg/jruby/runtime/ThreadContext;
            1   11     2  runtime  Lorg/jruby/Ruby;
            5   10     3  binding  Lorg/jruby/runtime/Binding;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject parameters(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 340
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.getBlock:()Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
            astore 2 /* body */
        start local 2 // org.jruby.runtime.BlockBody body
         1: .line 342
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
         2: .line 343
            aload 2 /* body */
            invokevirtual org.jruby.runtime.BlockBody.getArgumentDescriptors:()[Lorg/jruby/runtime/ArgumentDescriptor;
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.isLambda:()Z
         3: .line 342
            invokestatic org.jruby.runtime.Helpers.argumentDescriptorsToParameters:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/ArgumentDescriptor;Z)Lorg/jruby/RubyArray;
            areturn
        end local 2 // org.jruby.runtime.BlockBody body
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/RubyProc;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            1    4     2     body  Lorg/jruby/runtime/BlockBody;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject lambda_p(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyProc this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 348
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.isLambda:()Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyProc;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"lambda?"})
    MethodParameters:
         Name  Flags
      context  

  private boolean isLambda();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 352
            aload 0 /* this */
            getfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
            getstatic org.jruby.runtime.Block$Type.LAMBDA:Lorg/jruby/runtime/Block$Type;
            invokevirtual org.jruby.runtime.Block$Type.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;

  private boolean isThread();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 360
            aload 0 /* this */
            getfield org.jruby.RubyProc.type:Lorg/jruby/runtime/Block$Type;
            getstatic org.jruby.runtime.Block$Type.THREAD:Lorg/jruby/runtime/Block$Type;
            invokevirtual org.jruby.runtime.Block$Type.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;

  public final org.jruby.runtime.builtin.IRubyObject call19(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyProc 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 365
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.RubyProc.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        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.RubyProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyProc;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject to_s19();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyProc this
         0: .line 370
            aload 0 /* this */
            invokevirtual org.jruby.RubyProc.to_s:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyProc;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "RubyProc.java"
InnerClasses:
  public final Type = org.jruby.runtime.Block$Type of org.jruby.runtime.Block
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Proc"})