class org.jruby.RubyInteger$2 implements org.jruby.RubyEnumerator$SizeFn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyInteger$2
  super_class: java.lang.Object
{
  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

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

  void <init>(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyInteger$2 this
         0: .line 315
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyInteger$2.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyInteger$2.val$from:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            aload 3
            putfield org.jruby.RubyInteger$2.val$to:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyInteger$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyInteger$2;
    MethodParameters:
             Name  Flags
      val$context  final
      val$from     final
      val$to       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=6, locals=2, args_size=2
        start local 0 // org.jruby.RubyInteger$2 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 318
            aload 0 /* this */
            getfield org.jruby.RubyInteger$2.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getfield org.jruby.RubyInteger$2.val$from:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.RubyInteger$2.val$to:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.RubyInteger$2.val$context:Lorg/jruby/runtime/ThreadContext;
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc -1
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            iconst_0
            invokestatic org.jruby.RubyInteger.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 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyInteger$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyInteger$2;
            0    1     1  args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyInteger.java"
EnclosingMethod: org.jruby.RubyInteger.downToSize:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyInteger
InnerClasses:
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
  org.jruby.RubyInteger$2