public class org.jruby.ext.stringio.StringIO$GenericWritable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.stringio.StringIO$GenericWritable
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.stringio.StringIO$GenericWritable this
         0: .line 1363
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.stringio.StringIO$GenericWritable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/stringio/StringIO$GenericWritable;

  public static org.jruby.runtime.builtin.IRubyObject append(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 1367
            aload 1 /* self */
            aload 0 /* context */
            ldc "write"
            aload 2 /* arg */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 1369
            aload 1 /* self */
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2      arg  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"<<"}, required = 1)
    MethodParameters:
         Name  Flags
      context  
      self     
      arg      

  public static org.jruby.runtime.builtin.IRubyObject print(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 1374
            aload 0 /* context */
            aload 1 /* self */
            aload 2 /* args */
            invokestatic org.jruby.RubyIO.print:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"print"}, rest = true)
    MethodParameters:
         Name  Flags
      context  
      self     
      args     

  public static org.jruby.runtime.builtin.IRubyObject printf(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 1379
            aload 1 /* self */
            aload 0 /* context */
            ldc "write"
            aload 0 /* context */
            aload 1 /* self */
            aload 2 /* args */
            invokestatic org.jruby.RubyKernel.sprintf:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 1380
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"printf"}, required = 1, rest = true)
    MethodParameters:
         Name  Flags
      context  
      self     
      args     

  public static org.jruby.runtime.builtin.IRubyObject puts(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject maybeIO
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 1386
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 1387
            aload 2 /* args */
            arraylength
            ifne 4
         2: .line 1388
            aload 0 /* context */
            aload 1 /* maybeIO */
            aload 3 /* runtime */
            getstatic org.jruby.ext.stringio.StringIO.NEWLINE:Lorg/jruby/util/ByteList;
            invokestatic org.jruby.RubyString.newStringShared:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            invokestatic org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         3: .line 1389
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 1392
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 24
         6: .line 1393
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 5 /* line */
        start local 5 // org.jruby.RubyString line
         7: .line 1395
            aload 2 /* args */
            iload 4 /* i */
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 20
         8: .line 1396
            aload 2 /* args */
            iload 4 /* i */
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.checkArrayType:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* tmp */
        start local 6 // org.jruby.runtime.builtin.IRubyObject tmp
         9: .line 1397
            aload 6 /* tmp */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 16
        10: .line 1398
            aload 6 /* tmp */
            checkcast org.jruby.RubyArray
            astore 7 /* arr */
        start local 7 // org.jruby.RubyArray arr
        11: .line 1399
            aload 3 /* runtime */
            aload 7 /* arr */
            invokevirtual org.jruby.Ruby.isInspecting:(Ljava/lang/Object;)Z
            ifeq 14
        12: .line 1400
            aload 3 /* runtime */
            ldc "[...]"
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            astore 5 /* line */
        13: .line 1401
            goto 20
        14: .line 1402
      StackMap locals: org.jruby.RubyString org.jruby.runtime.builtin.IRubyObject org.jruby.RubyArray
      StackMap stack:
            aload 0 /* context */
            aload 1 /* maybeIO */
            aload 7 /* arr */
            invokestatic org.jruby.ext.stringio.StringIO$GenericWritable.inspectPuts:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyArray;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        15: .line 1403
            goto 23
        end local 7 // org.jruby.RubyArray arr
        16: .line 1406
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iload 4 /* i */
            aaload
            instanceof org.jruby.RubyString
            ifeq 19
        17: .line 1407
            aload 2 /* args */
            iload 4 /* i */
            aaload
            checkcast org.jruby.RubyString
            astore 5 /* line */
        18: .line 1408
            goto 20
        19: .line 1409
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iload 4 /* i */
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
            astore 5 /* line */
        end local 6 // org.jruby.runtime.builtin.IRubyObject tmp
        20: .line 1414
      StackMap locals:
      StackMap stack:
            aload 5 /* line */
            ifnull 21
            aload 0 /* context */
            aload 1 /* maybeIO */
            aload 5 /* line */
            invokestatic org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        21: .line 1416
      StackMap locals:
      StackMap stack:
            aload 5 /* line */
            ifnull 22
            aload 5 /* line */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            getstatic org.jruby.ext.stringio.StringIO.NEWLINE:Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.endsWith:(Lorg/jruby/util/ByteList;)Z
            ifne 23
        22: .line 1417
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* maybeIO */
            aload 3 /* runtime */
            getstatic org.jruby.ext.stringio.StringIO.NEWLINE:Lorg/jruby/util/ByteList;
            invokestatic org.jruby.RubyString.newStringShared:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            invokestatic org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        end local 5 // org.jruby.RubyString line
        23: .line 1392
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            aload 2 /* args */
            arraylength
            if_icmplt 6
        end local 4 // int i
        25: .line 1421
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject maybeIO
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0  context  Lorg/jruby/runtime/ThreadContext;
            0   26     1  maybeIO  Lorg/jruby/runtime/builtin/IRubyObject;
            0   26     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   26     3  runtime  Lorg/jruby/Ruby;
            5   25     4        i  I
            7   23     5     line  Lorg/jruby/RubyString;
            9   20     6      tmp  Lorg/jruby/runtime/builtin/IRubyObject;
           11   16     7      arr  Lorg/jruby/RubyArray;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"puts"}, rest = true)
    MethodParameters:
         Name  Flags
      context  
      maybeIO  
      args     

  private static org.jruby.runtime.builtin.IRubyObject inspectPuts(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyArray);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyArray;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject maybeIO
        start local 2 // org.jruby.RubyArray array
         0: .line 1425
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 1427
            aload 3 /* runtime */
            aload 2 /* array */
            invokevirtual org.jruby.Ruby.registerInspecting:(Ljava/lang/Object;)V
         2: .line 1428
            aload 0 /* context */
            aload 1 /* maybeIO */
            aload 2 /* array */
            invokevirtual org.jruby.RubyArray.toJavaArray:()[Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.ext.stringio.StringIO$GenericWritable.puts:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5
         3: .line 1431
            aload 3 /* runtime */
            aload 2 /* array */
            invokevirtual org.jruby.Ruby.unregisterInspecting:(Ljava/lang/Object;)V
         4: .line 1428
            aload 5
            areturn
         5: .line 1430
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyArray org.jruby.Ruby
      StackMap stack: java.lang.Throwable
            astore 4
         6: .line 1431
            aload 3 /* runtime */
            aload 2 /* array */
            invokevirtual org.jruby.Ruby.unregisterInspecting:(Ljava/lang/Object;)V
         7: .line 1432
            aload 4
            athrow
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.RubyArray array
        end local 1 // org.jruby.runtime.builtin.IRubyObject maybeIO
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lorg/jruby/runtime/ThreadContext;
            0    8     1  maybeIO  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2    array  Lorg/jruby/RubyArray;
            1    8     3  runtime  Lorg/jruby/Ruby;
      Exception table:
        from    to  target  type
           1     3       5  any
    MethodParameters:
         Name  Flags
      context  
      maybeIO  
      array    

  public static org.jruby.runtime.builtin.IRubyObject syswrite(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 1437
            aload 0 /* context */
            aload 1 /* self */
            aload 2 /* arg */
            invokestatic org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2      arg  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"syswrite"}, required = 1)
    MethodParameters:
         Name  Flags
      context  
      self     
      arg      

  public static org.jruby.runtime.builtin.IRubyObject syswrite_nonblock(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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 1442
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 1444
            aload 3 /* runtime */
            aload 2 /* args */
            invokestatic org.jruby.ast.util.ArgsUtil.getOptionsArg:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 1446
            aload 0 /* context */
            aload 1 /* self */
            aload 2 /* args */
            iconst_0
            aaload
            invokestatic org.jruby.ext.stringio.StringIO$GenericWritable.syswrite:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  context  Lorg/jruby/runtime/ThreadContext;
            0    3     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3  runtime  Lorg/jruby/Ruby;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"write_nonblock"}, required = 1, optional = 1)
    MethodParameters:
         Name  Flags
      context  
      self     
      args     
}
SourceFile: "StringIO.java"
NestHost: org.jruby.ext.stringio.StringIO
InnerClasses:
  public GenericWritable = org.jruby.ext.stringio.StringIO$GenericWritable of org.jruby.ext.stringio.StringIO