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

  public void load(org.jruby.Ruby, boolean);
    descriptor: (Lorg/jruby/Ruby;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.jruby.ext.fiber.ThreadFiberLibrary this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // boolean wrap
         0: .line 42
            aload 1 /* runtime */
            ldc "Fiber"
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            new org.jruby.ext.fiber.ThreadFiberLibrary$1
            dup
            aload 0 /* this */
            invokespecial org.jruby.ext.fiber.ThreadFiberLibrary$1.<init>:(Lorg/jruby/ext/fiber/ThreadFiberLibrary;)V
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 3 /* cFiber */
        start local 3 // org.jruby.RubyClass cFiber
         1: .line 48
            aload 3 /* cFiber */
            ldc Lorg/jruby/ext/fiber/ThreadFiber;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         2: .line 50
            aload 1 /* runtime */
            aload 3 /* cFiber */
            invokevirtual org.jruby.Ruby.setFiber:(Lorg/jruby/RubyClass;)V
         3: .line 51
            return
        end local 3 // org.jruby.RubyClass cFiber
        end local 2 // boolean wrap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.fiber.ThreadFiberLibrary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/fiber/ThreadFiberLibrary;
            0    4     1  runtime  Lorg/jruby/Ruby;
            0    4     2     wrap  Z
            1    4     3   cFiber  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  final
      wrap     
}
SourceFile: "ThreadFiberLibrary.java"
NestMembers:
  org.jruby.ext.fiber.ThreadFiberLibrary$1
InnerClasses:
  org.jruby.ext.fiber.ThreadFiberLibrary$1