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 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield org.jruby.Ruby$6.this$0:Lorg/jruby/Ruby;
aload 0
aload 2
aload 3
aload 4
invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
return
end local 4 end local 3 end local 2 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 5
arraylength
tableswitch { // 1 - 2
1: 1
2: 2
default: 3
}
1: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 5
iconst_0
aaload
aload 6
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: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 5
iconst_0
aaload
aload 5
iconst_1
aaload
aload 6
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: StackMap locals:
StackMap stack:
aload 0
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
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 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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