class org.jruby.RubyEnumerator$2 implements org.jruby.runtime.BlockCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyEnumerator$2
  super_class: java.lang.Object
{
  final org.jruby.RubyEnumerator this$0;
    descriptor: Lorg/jruby/RubyEnumerator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(org.jruby.RubyEnumerator, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/RubyEnumerator;Lorg/jruby/runtime/Block;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.RubyEnumerator$2 this
         0: .line 406
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyEnumerator$2.this$0:Lorg/jruby/RubyEnumerator;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyEnumerator$2.val$block:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyEnumerator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyEnumerator$2;
    MethodParameters:
           Name  Flags
      this$0     final
      val$block  final

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.jruby.RubyEnumerator$2 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 blk
         0: .line 409
            aload 0 /* this */
            getfield org.jruby.RubyEnumerator$2.val$block:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 2 /* args */
            invokevirtual org.jruby.runtime.Block.yieldValues:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* ret */
        start local 4 // org.jruby.runtime.builtin.IRubyObject ret
         1: .line 410
            aload 0 /* this */
            getfield org.jruby.RubyEnumerator$2.this$0:Lorg/jruby/RubyEnumerator;
            getfield org.jruby.RubyEnumerator.feedValue:Lorg/jruby/RubyEnumerator$FeedValue;
            aload 1 /* context */
            invokevirtual org.jruby.RubyEnumerator$FeedValue.use_value:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* val */
        start local 5 // org.jruby.runtime.builtin.IRubyObject val
         2: .line 411
            aload 5 /* val */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 3
            aload 4 /* ret */
            goto 4
      StackMap locals: org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         3: aload 5 /* val */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         4: areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject val
        end local 4 // org.jruby.runtime.builtin.IRubyObject ret
        end local 3 // org.jruby.runtime.Block blk
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyEnumerator$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyEnumerator$2;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      blk  Lorg/jruby/runtime/Block;
            1    5     4      ret  Lorg/jruby/runtime/builtin/IRubyObject;
            2    5     5      val  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  final
      args     final
      blk      final
}
SourceFile: "RubyEnumerator.java"
EnclosingMethod: org.jruby.RubyEnumerator.__each__:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyEnumerator
InnerClasses:
  org.jruby.RubyEnumerator$2
  public FeedValue = org.jruby.RubyEnumerator$FeedValue of org.jruby.RubyEnumerator