class org.jruby.Ruby$6 extends org.jruby.internal.runtime.methods.JavaMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.Ruby$6
  super_class: org.jruby.internal.runtime.methods.JavaMethod
{
  final org.jruby.Ruby this$0;
    descriptor: Lorg/jruby/Ruby;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.Ruby, org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.Ruby$6 this
        start local 2 // org.jruby.RubyModule $anonymous0
        start local 3 // org.jruby.runtime.Visibility $anonymous1
        start local 4 // java.lang.String $anonymous2
         0: .line 1396
            aload 0 /* this */
            aload 1
            putfield org.jruby.Ruby$6.this$0:Lorg/jruby/Ruby;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
            return
        end local 4 // java.lang.String $anonymous2
        end local 3 // org.jruby.runtime.Visibility $anonymous1
        end local 2 // org.jruby.RubyModule $anonymous0
        end local 0 // org.jruby.Ruby$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/Ruby$6;
            0    1     2  $anonymous0  Lorg/jruby/RubyModule;
            0    1     3  $anonymous1  Lorg/jruby/runtime/Visibility;
            0    1     4  $anonymous2  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.jruby.Ruby$6 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 1400
            aload 5 /* args */
            arraylength
            tableswitch { // 1 - 2
                    1: 1
                    2: 2
              default: 3
          }
         1: .line 1402
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* args */
            iconst_0
            aaload
            aload 6 /* block */
            invokestatic org.jruby.RubyKernel.gsub:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 1404
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* args */
            iconst_0
            aaload
            aload 5 /* args */
            iconst_1
            aaload
            aload 6 /* block */
            invokestatic org.jruby.RubyKernel.gsub:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 1406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.Ruby$6.this$0:Lorg/jruby/Ruby;
            ldc "wrong number of arguments %d for 1..2"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* args */
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.Ruby$6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/Ruby$6;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            0    4     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     3    clazz  Lorg/jruby/RubyModule;
            0    4     4     name  Ljava/lang/String;
            0    4     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    
}
SourceFile: "Ruby.java"
EnclosingMethod: org.jruby.Ruby.initRoot:()V
NestHost: org.jruby.Ruby
InnerClasses:
  org.jruby.Ruby$6