class org.jruby.RubyNumeric$3 implements org.jruby.RubyEnumerator$SizeFn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyNumeric$3
  super_class: java.lang.Object
{
  final org.jruby.RubyNumeric this$0;
    descriptor: Lorg/jruby/RubyNumeric;
    flags: (0x1010) 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

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

  void <init>(org.jruby.RubyNumeric, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/RubyNumeric;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyNumeric$3 this
         0: .line 1218
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyNumeric$3.this$0:Lorg/jruby/RubyNumeric;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyNumeric$3.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            aload 3
            putfield org.jruby.RubyNumeric$3.val$from:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyNumeric$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyNumeric$3;
    MethodParameters:
             Name  Flags
      this$0       final
      val$context  final
      val$from     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=5, locals=3, args_size=2
        start local 0 // org.jruby.RubyNumeric$3 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 1222
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 2 /* newArgs */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         1: .line 1223
            aload 0 /* this */
            getfield org.jruby.RubyNumeric$3.this$0:Lorg/jruby/RubyNumeric;
            aload 0 /* this */
            getfield org.jruby.RubyNumeric$3.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 1 /* args */
            aload 2 /* newArgs */
            invokevirtual org.jruby.RubyNumeric.scanStepArgs:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Z
            pop
         2: .line 1224
            aload 0 /* this */
            getfield org.jruby.RubyNumeric$3.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getfield org.jruby.RubyNumeric$3.val$from:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* newArgs */
            iconst_0
            aaload
            aload 2 /* newArgs */
            iconst_1
            aaload
            iconst_0
            invokestatic org.jruby.RubyNumeric.intervalStepSize:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/RubyNumeric;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] newArgs
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyNumeric$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyNumeric$3;
            0    3     1     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     2  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyNumeric.java"
EnclosingMethod: org.jruby.RubyNumeric.stepSizeFn:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyNumeric
InnerClasses:
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
  org.jruby.RubyNumeric$3