class org.jruby.ext.pathname.RubyPathname$7 extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.pathname.RubyPathname$7
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
{
  private final org.jruby.ext.pathname.RubyPathname$AddArg val$addArg;
    descriptor: Lorg/jruby/ext/pathname/RubyPathname$AddArg;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.ext.pathname.RubyPathname$ReturnValueMapper val$mapper;
    descriptor: Lorg/jruby/ext/pathname/RubyPathname$ReturnValueMapper;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.RubyModule val$klass;
    descriptor: Lorg/jruby/RubyModule;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String, org.jruby.ext.pathname.RubyPathname$AddArg, org.jruby.ext.pathname.RubyPathname$ReturnValueMapper, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/ext/pathname/RubyPathname$AddArg;Lorg/jruby/ext/pathname/RubyPathname$ReturnValueMapper;Lorg/jruby/RubyModule;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // org.jruby.ext.pathname.RubyPathname$7 this
        start local 1 // org.jruby.RubyModule $anonymous0
        start local 2 // org.jruby.runtime.Visibility $anonymous1
        start local 3 // java.lang.String $anonymous2
         0: .line 130
            aload 0 /* this */
            aload 4
            putfield org.jruby.ext.pathname.RubyPathname$7.val$addArg:Lorg/jruby/ext/pathname/RubyPathname$AddArg;
            aload 0 /* this */
            aload 5
            putfield org.jruby.ext.pathname.RubyPathname$7.val$mapper:Lorg/jruby/ext/pathname/RubyPathname$ReturnValueMapper;
            aload 0 /* this */
            aload 6
            putfield org.jruby.ext.pathname.RubyPathname$7.val$klass:Lorg/jruby/RubyModule;
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous2
        end local 2 // org.jruby.runtime.Visibility $anonymous1
        end local 1 // org.jruby.RubyModule $anonymous0
        end local 0 // org.jruby.ext.pathname.RubyPathname$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/ext/pathname/RubyPathname$7;
            0    1     1  $anonymous0  Lorg/jruby/RubyModule;
            0    1     2  $anonymous1  Lorg/jruby/runtime/Visibility;
            0    1     3  $anonymous2  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  
      val$addArg   final
      val$mapper   final
      val$klass    final

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // org.jruby.ext.pathname.RubyPathname$7 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject _self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 134
            aload 2 /* _self */
            checkcast org.jruby.ext.pathname.RubyPathname
            astore 7 /* self */
        start local 7 // org.jruby.ext.pathname.RubyPathname self
         1: .line 135
            aload 0 /* this */
            getfield org.jruby.ext.pathname.RubyPathname$7.val$addArg:Lorg/jruby/ext/pathname/RubyPathname$AddArg;
            aload 5 /* args */
            aload 7 /* self */
            invokevirtual org.jruby.ext.pathname.RubyPathname.getPath:()Lorg/jruby/RubyString;
            invokeinterface org.jruby.ext.pathname.RubyPathname$AddArg.addArg:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyString;)[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* args */
         2: .line 136
            aload 0 /* this */
            getfield org.jruby.ext.pathname.RubyPathname$7.val$mapper:Lorg/jruby/ext/pathname/RubyPathname$ReturnValueMapper;
            aload 1 /* context */
            aload 3 /* clazz */
            checkcast org.jruby.RubyClass
            aload 0 /* this */
            getfield org.jruby.ext.pathname.RubyPathname$7.val$klass:Lorg/jruby/RubyModule;
            aload 1 /* context */
            aload 4 /* name */
            aload 5 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.RubyModule.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.ext.pathname.RubyPathname$ReturnValueMapper.map:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.ext.pathname.RubyPathname self
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject _self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.pathname.RubyPathname$7 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/ext/pathname/RubyPathname$7;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2    _self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6    block  Lorg/jruby/runtime/Block;
            1    3     7     self  Lorg/jruby/ext/pathname/RubyPathname;
    MethodParameters:
         Name  Flags
      context  
      _self    
      clazz    
      name     
      args     
      block    
}
SourceFile: "RubyPathname.java"
EnclosingMethod: org.jruby.ext.pathname.RubyPathname.defineDelegateMethodsGeneric:(Lorg/jruby/RubyClass;Lorg/jruby/RubyModule;Lorg/jruby/ext/pathname/RubyPathname$ReturnValueMapper;Lorg/jruby/ext/pathname/RubyPathname$AddArg;[Ljava/lang/String;)V
NestHost: org.jruby.ext.pathname.RubyPathname
InnerClasses:
  org.jruby.ext.pathname.RubyPathname$7
  abstract AddArg = org.jruby.ext.pathname.RubyPathname$AddArg of org.jruby.ext.pathname.RubyPathname
  abstract ReturnValueMapper = org.jruby.ext.pathname.RubyPathname$ReturnValueMapper of org.jruby.ext.pathname.RubyPathname
  public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod