class org.jruby.RubyEnumerable$14 implements java.util.Comparator<org.jruby.runtime.builtin.IRubyObject[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyEnumerable$14
  super_class: java.lang.Object
{
  private final org.jruby.runtime.ThreadContext val$context;
    descriptor: Lorg/jruby/runtime/ThreadContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyEnumerable$14 this
         0: .line 579
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyEnumerable$14.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyEnumerable$14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyEnumerable$14;
    MethodParameters:
             Name  Flags
      val$context  final

  public int compare(org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jruby.RubyEnumerable$14 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] o1
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] o2
         0: .line 581
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$14.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getfield org.jruby.RubyEnumerable$14.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 1 /* o1 */
            iconst_1
            aaload
            getstatic org.jruby.runtime.invokedynamic.MethodNames.OP_CMP:Lorg/jruby/runtime/invokedynamic/MethodNames;
            aload 2 /* o2 */
            iconst_1
            aaload
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            aload 1 /* o1 */
            iconst_1
            aaload
            aload 2 /* o2 */
            iconst_1
            aaload
            invokestatic org.jruby.RubyComparable.cmpint:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] o2
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] o1
        end local 0 // org.jruby.RubyEnumerable$14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyEnumerable$14;
            0    1     1    o1  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2    o2  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.jruby.runtime.builtin.IRubyObject[]
            aload 2
            checkcast org.jruby.runtime.builtin.IRubyObject[]
            invokevirtual org.jruby.RubyEnumerable$14.compare:([Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<[Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "RubyEnumerable.java"
EnclosingMethod: org.jruby.RubyEnumerable.sort_by:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyEnumerable
InnerClasses:
  org.jruby.RubyEnumerable$14