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

  public void load(org.jruby.Ruby, boolean);
    descriptor: (Lorg/jruby/Ruby;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.jruby.runtime.load.Library$1 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // boolean wrap
         0: .line 40
            return
        end local 2 // boolean wrap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.runtime.load.Library$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/load/Library$1;
            0    1     1  runtime  Lorg/jruby/Ruby;
            0    1     2     wrap  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      runtime  
      wrap     
}
SourceFile: "Library.java"
EnclosingMethod: org.jruby.runtime.load.Library
NestHost: org.jruby.runtime.load.Library
InnerClasses:
  org.jruby.runtime.load.Library$1