class org.jruby.RubyEnumerable$2 extends org.jruby.runtime.JavaInternalBlockBody
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyEnumerable$2
  super_class: org.jruby.runtime.JavaInternalBlockBody
{
  private final int[] val$result;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.Ruby, org.jruby.runtime.ThreadContext, java.lang.String, org.jruby.runtime.Signature, int[]);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/Signature;[I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.jruby.RubyEnumerable$2 this
        start local 1 // org.jruby.Ruby $anonymous0
        start local 2 // org.jruby.runtime.ThreadContext $anonymous1
        start local 3 // java.lang.String $anonymous2
        start local 4 // org.jruby.runtime.Signature $anonymous3
         0: .line 182
            aload 0 /* this */
            aload 5
            putfield org.jruby.RubyEnumerable$2.val$result:[I
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            aload 4 /* $anonymous3 */
            invokespecial org.jruby.runtime.JavaInternalBlockBody.<init>:(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/Signature;)V
            return
        end local 4 // org.jruby.runtime.Signature $anonymous3
        end local 3 // java.lang.String $anonymous2
        end local 2 // org.jruby.runtime.ThreadContext $anonymous1
        end local 1 // org.jruby.Ruby $anonymous0
        end local 0 // org.jruby.RubyEnumerable$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/RubyEnumerable$2;
            0    1     1  $anonymous0  Lorg/jruby/Ruby;
            0    1     2  $anonymous1  Lorg/jruby/runtime/ThreadContext;
            0    1     3  $anonymous2  Ljava/lang/String;
            0    1     4  $anonymous3  Lorg/jruby/runtime/Signature;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      val$result   final

  public org.jruby.runtime.builtin.IRubyObject yield(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.RubyEnumerable$2 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 184
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$2.val$result:[I
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         1: .line 185
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil: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.RubyEnumerable$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyEnumerable$2;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      args     

  public org.jruby.runtime.builtin.IRubyObject yield(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.RubyEnumerable$2 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 189
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$2.val$result:[I
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         1: .line 190
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyEnumerable$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyEnumerable$2;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      value    
}
SourceFile: "RubyEnumerable.java"
EnclosingMethod: org.jruby.RubyEnumerable.countCommon:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyEnumerable
InnerClasses:
  org.jruby.RubyEnumerable$2