class org.jruby.RubyEnumerable$8 extends org.jruby.runtime.JavaInternalBlockBody
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyEnumerable$8
  super_class: org.jruby.runtime.JavaInternalBlockBody
{
  long i;
    descriptor: J
    flags: (0x0000) 

  private final org.jruby.RubyArray val$result;
    descriptor: Lorg/jruby/RubyArray;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.Ruby, org.jruby.runtime.Signature, long, org.jruby.RubyArray);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Signature;JLorg/jruby/RubyArray;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.jruby.RubyEnumerable$8 this
        start local 1 // org.jruby.Ruby $anonymous0
        start local 2 // org.jruby.runtime.Signature $anonymous1
         0: .line 385
            aload 0 /* this */
            aload 5
            putfield org.jruby.RubyEnumerable$8.val$result:Lorg/jruby/RubyArray;
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            invokespecial org.jruby.runtime.JavaInternalBlockBody.<init>:(Lorg/jruby/Ruby;Lorg/jruby/runtime/Signature;)V
         1: .line 386
            aload 0 /* this */
            lload 3
            putfield org.jruby.RubyEnumerable$8.i:J
         2: .line 385
            return
        end local 2 // org.jruby.runtime.Signature $anonymous1
        end local 1 // org.jruby.Ruby $anonymous0
        end local 0 // org.jruby.RubyEnumerable$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/RubyEnumerable$8;
            0    3     1  $anonymous0  Lorg/jruby/Ruby;
            0    3     2  $anonymous1  Lorg/jruby/runtime/Signature;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      val$len      final
      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=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyEnumerable$8 this
         0: .line 389
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\trestricted identifier yield not allowed here - method calls need to be qualified\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.RubyEnumerable$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyEnumerable$8;
    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=5, locals=4, args_size=3
        start local 0 // org.jruby.RubyEnumerable$8 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 393
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$8.val$result:Lorg/jruby/RubyArray;
            dup
            astore 3
            monitorenter
         1: .line 394
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$8.i:J
            lconst_0
            lcmp
            ifne 4
         2: .line 395
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$8.val$result:Lorg/jruby/RubyArray;
            aload 2 /* value */
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
         3: .line 396
            goto 5
         4: .line 397
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.jruby.RubyEnumerable$8.i:J
            lconst_1
            lsub
            putfield org.jruby.RubyEnumerable$8.i:J
         5: .line 393
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
         9: .line 400
      StackMap locals:
      StackMap stack:
            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$8 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/jruby/RubyEnumerable$8;
            0   10     1  context  Lorg/jruby/runtime/ThreadContext;
            0   10     2    value  Lorg/jruby/runtime/builtin/IRubyObject;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
         Name  Flags
      context  
      value    
}
SourceFile: "RubyEnumerable.java"
EnclosingMethod: org.jruby.RubyEnumerable.drop:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyEnumerable
InnerClasses:
  org.jruby.RubyEnumerable$8