class org.jruby.ext.pathname.RubyPathname$1 implements org.jruby.ext.pathname.RubyPathname$ReturnValueMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.pathname.RubyPathname$1
  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$1 this
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.pathname.RubyPathname$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/pathname/RubyPathname$1;

  public org.jruby.runtime.builtin.IRubyObject map(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.jruby.ext.pathname.RubyPathname$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyClass klazz
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 95
            aload 3 /* value */
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.RubyClass klazz
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.pathname.RubyPathname$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/pathname/RubyPathname$1;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    klazz  Lorg/jruby/RubyClass;
            0    1     3    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      klazz    
      value    
}
SourceFile: "RubyPathname.java"
EnclosingMethod: org.jruby.ext.pathname.RubyPathname
NestHost: org.jruby.ext.pathname.RubyPathname
InnerClasses:
  org.jruby.ext.pathname.RubyPathname$1
  abstract ReturnValueMapper = org.jruby.ext.pathname.RubyPathname$ReturnValueMapper of org.jruby.ext.pathname.RubyPathname