class org.jruby.RubyIO$2 implements org.jruby.util.io.Getline$Callback<org.jruby.RubyIO, org.jruby.runtime.builtin.IRubyObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyIO$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyIO$2 this
         0: .line 2341
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyIO$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyIO$2;

  public org.jruby.runtime.builtin.IRubyObject getline(org.jruby.runtime.ThreadContext, org.jruby.RubyIO, org.jruby.runtime.builtin.IRubyObject, int, boolean, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyIO;Lorg/jruby/runtime/builtin/IRubyObject;IZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // org.jruby.RubyIO$2 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyIO self
        start local 3 // org.jruby.runtime.builtin.IRubyObject rs
        start local 4 // int limit
        start local 5 // boolean chomp
        start local 6 // org.jruby.runtime.Block block
         0: .line 2344
            aload 2 /* self */
            aload 1 /* context */
            aload 3 /* rs */
            iload 4 /* limit */
            iload 5 /* chomp */
            invokevirtual org.jruby.RubyIO.getlineImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;IZ)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* result */
        start local 7 // org.jruby.runtime.builtin.IRubyObject result
         1: .line 2346
            aload 7 /* result */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpeq 2
            aload 1 /* context */
            aload 7 /* result */
            invokevirtual org.jruby.runtime.ThreadContext.setLastLine:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 2348
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* result */
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject result
        end local 6 // org.jruby.runtime.Block block
        end local 5 // boolean chomp
        end local 4 // int limit
        end local 3 // org.jruby.runtime.builtin.IRubyObject rs
        end local 2 // org.jruby.RubyIO self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyIO$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyIO$2;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/RubyIO;
            0    3     3       rs  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4    limit  I
            0    3     5    chomp  Z
            0    3     6    block  Lorg/jruby/runtime/Block;
            1    3     7   result  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      rs       
      limit    
      chomp    
      block    

  public org.jruby.runtime.builtin.IRubyObject getline(org.jruby.runtime.ThreadContext, java.lang.Object, org.jruby.runtime.builtin.IRubyObject, int, boolean, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;IZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.RubyIO
            aload 3
            iload 4
            iload 5
            aload 6
            invokevirtual org.jruby.RubyIO$2.getline:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyIO;Lorg/jruby/runtime/builtin/IRubyObject;IZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/util/io/Getline$Callback<Lorg/jruby/RubyIO;Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "RubyIO.java"
EnclosingMethod: org.jruby.RubyIO
NestHost: org.jruby.RubyIO
InnerClasses:
  org.jruby.RubyIO$2
  public abstract Callback = org.jruby.util.io.Getline$Callback of org.jruby.util.io.Getline