class org.jruby.ext.pathname.RubyPathname$5 implements org.jruby.ext.pathname.RubyPathname$AddArg
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.pathname.RubyPathname$5
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.pathname.RubyPathname$5 this
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.pathname.RubyPathname$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/pathname/RubyPathname$5;

  public org.jruby.runtime.builtin.IRubyObject[] addArg(org.jruby.runtime.builtin.IRubyObject[], org.jruby.RubyString);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyString;)[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ext.pathname.RubyPathname$5 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 2 // org.jruby.RubyString path
         0: .line 123
            aload 1 /* args */
            aload 1 /* args */
            arraylength
            aload 2 /* path */
            invokestatic org.jruby.ext.pathname.RubyPathname.insert:([Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyString path
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.ext.pathname.RubyPathname$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/pathname/RubyPathname$5;
            0    1     1  args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2  path  Lorg/jruby/RubyString;
    MethodParameters:
      Name  Flags
      args  
      path  
}
SourceFile: "RubyPathname.java"
EnclosingMethod: org.jruby.ext.pathname.RubyPathname
NestHost: org.jruby.ext.pathname.RubyPathname
InnerClasses:
  org.jruby.ext.pathname.RubyPathname$5
  abstract AddArg = org.jruby.ext.pathname.RubyPathname$AddArg of org.jruby.ext.pathname.RubyPathname