class org.jruby.RubyKernel$3 implements org.jruby.RubyEnumerator$SizeFn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyKernel$3
  super_class: java.lang.Object
{
  private final org.jruby.runtime.Block val$block;
    descriptor: Lorg/jruby/runtime/Block;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

  public org.jruby.runtime.builtin.IRubyObject size(org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyKernel$3 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 1925
            aload 0 /* this */
            getfield org.jruby.RubyKernel$3.val$block:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            getfield org.jruby.RubyKernel$3.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 1 /* args */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyKernel$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyKernel$3;
            0    1     1  args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyKernel.java"
EnclosingMethod: org.jruby.RubyKernel.obj_to_enum:(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.RubyKernel
InnerClasses:
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
  org.jruby.RubyKernel$3