public final class org.jruby.ext.set.SetLibrary implements org.jruby.runtime.load.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.set.SetLibrary
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.set.SetLibrary this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.set.SetLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/set/SetLibrary;

  public void load(org.jruby.Ruby, boolean);
    descriptor: (Lorg/jruby/Ruby;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.ext.set.SetLibrary this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // boolean wrap
         0: .line 37
            aload 1 /* runtime */
            invokestatic org.jruby.ext.set.SetLibrary.load:(Lorg/jruby/Ruby;)V
         1: .line 38
            return
        end local 2 // boolean wrap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.set.SetLibrary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/set/SetLibrary;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2     wrap  Z
    MethodParameters:
         Name  Flags
      runtime  
      wrap     

  public static void load(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 41
            aload 0 /* runtime */
            invokestatic org.jruby.ext.set.RubySet.createSetClass:(Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
            pop
         1: .line 42
            aload 0 /* runtime */
            invokestatic org.jruby.ext.set.RubySortedSet.createSortedSetClass:(Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
            pop
         2: .line 43
            aload 0 /* runtime */
            ldc "Enumerable"
            invokevirtual org.jruby.Ruby.getModule:(Ljava/lang/String;)Lorg/jruby/RubyModule;
            ldc Lorg/jruby/ext/set/EnumerableExt;
            invokevirtual org.jruby.RubyModule.defineAnnotatedMethods:(Ljava/lang/Class;)V
         3: .line 44
            return
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  
}
SourceFile: "SetLibrary.java"