class org.jruby.RubyEnumerable$66 implements org.jruby.RubyEnumerator$SizeFn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyEnumerable$66
  super_class: java.lang.Object
{
  private final org.jruby.runtime.builtin.IRubyObject val$self;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    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.builtin.IRubyObject, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.RubyEnumerable$66 this
         0: .line 2217
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyEnumerable$66.val$self:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyEnumerable$66.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyEnumerable$66 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyEnumerable$66;
    MethodParameters:
             Name  Flags
      val$self     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=3, args_size=2
        start local 0 // org.jruby.RubyEnumerable$66 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 2220
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$66.val$self:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$66.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$66.val$context:Lorg/jruby/runtime/ThreadContext;
            invokestatic org.jruby.RubyEnumerable.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$EnumerableSites;
            getfield org.jruby.runtime.JavaSites$EnumerableSites.size_checked:Lorg/jruby/runtime/JavaSites$CheckedSites;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.checkCallMethod:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* size */
        start local 2 // org.jruby.runtime.builtin.IRubyObject size
         1: .line 2221
            aload 2 /* size */
            ifnonnull 2
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$66.val$context:Lorg/jruby/runtime/ThreadContext;
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* size */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject size
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyEnumerable$66 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/RubyEnumerable$66;
            0    4     1  args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  size  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyEnumerable.java"
EnclosingMethod: org.jruby.RubyEnumerable.enumSizeFn:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyEnumerable
InnerClasses:
  org.jruby.RubyEnumerable$66
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
  public CheckedSites = org.jruby.runtime.JavaSites$CheckedSites of org.jruby.runtime.JavaSites
  public EnumerableSites = org.jruby.runtime.JavaSites$EnumerableSites of org.jruby.runtime.JavaSites