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

  private final org.jruby.RubyArray val$self;
    descriptor: Lorg/jruby/RubyArray;
    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.RubyArray, org.jruby.RubyArray, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyArray$9 this
         0: .line 4070
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyArray$9.this$0:Lorg/jruby/RubyArray;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyArray$9.val$self:Lorg/jruby/RubyArray;
            aload 0 /* this */
            aload 3
            putfield org.jruby.RubyArray$9.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyArray$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyArray$9;
    MethodParameters:
             Name  Flags
      this$0       final
      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=7, locals=6, args_size=2
        start local 0 // org.jruby.RubyArray$9 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 4073
            aload 0 /* this */
            getfield org.jruby.RubyArray$9.val$self:Lorg/jruby/RubyArray;
            getfield org.jruby.RubyArray.realLength:I
            i2l
            lstore 2 /* n */
        start local 2 // long n
         1: .line 4074
            getstatic org.jruby.RubyArray.$assertionsDisabled:Z
            ifne 3
            aload 1 /* args */
            ifnull 2
            aload 1 /* args */
            arraylength
            ifle 2
            aload 1 /* args */
            iconst_0
            aaload
            instanceof org.jruby.RubyNumeric
            ifne 3
      StackMap locals: long
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 4075
      StackMap locals:
      StackMap stack:
            aload 1 /* args */
            iconst_0
            aaload
            checkcast org.jruby.RubyNumeric
            invokevirtual org.jruby.RubyNumeric.getLongValue:()J
            lstore 4 /* k */
        start local 4 // long k
         4: .line 4077
            lload 4 /* k */
            lconst_0
            lcmp
            ifne 6
         5: .line 4078
            aload 0 /* this */
            getfield org.jruby.RubyArray$9.val$context:Lorg/jruby/runtime/ThreadContext;
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyFixnum.one:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            areturn
         6: .line 4081
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyArray$9.val$context:Lorg/jruby/runtime/ThreadContext;
            lload 4 /* k */
            lload 2 /* n */
            lload 4 /* k */
            ladd
            lconst_1
            lsub
            invokestatic org.jruby.RubyArray.binomialCoefficient:(Lorg/jruby/runtime/ThreadContext;JJ)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // long k
        end local 2 // long n
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyArray$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/RubyArray$9;
            0    7     1  args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     2     n  J
            4    7     4     k  J
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.repeatedCombinationSize:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyArray
InnerClasses:
  org.jruby.RubyArray$9
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator