public interface org.jruby.RubyInstanceConfig$LoadServiceCreator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.RubyInstanceConfig$LoadServiceCreator
  super_class: java.lang.Object
{
  public static final org.jruby.RubyInstanceConfig$LoadServiceCreator DEFAULT;
    descriptor: Lorg/jruby/RubyInstanceConfig$LoadServiceCreator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 1629
            new org.jruby.RubyInstanceConfig$LoadServiceCreator$1
            dup
            invokespecial org.jruby.RubyInstanceConfig$LoadServiceCreator$1.<init>:()V
            putstatic org.jruby.RubyInstanceConfig$LoadServiceCreator.DEFAULT:Lorg/jruby/RubyInstanceConfig$LoadServiceCreator;
         1: .line 1633
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jruby.runtime.load.LoadService create(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/runtime/load/LoadService;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      runtime  
}
SourceFile: "RubyInstanceConfig.java"
NestHost: org.jruby.RubyInstanceConfig
InnerClasses:
  public abstract LoadServiceCreator = org.jruby.RubyInstanceConfig$LoadServiceCreator of org.jruby.RubyInstanceConfig
  org.jruby.RubyInstanceConfig$LoadServiceCreator$1