public class org.jruby.RubyKernel$MethodMissingMethod extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyKernel$MethodMissingMethod
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
{
  private final org.jruby.runtime.Visibility visibility;
    descriptor: Lorg/jruby/runtime/Visibility;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.CallType callType;
    descriptor: Lorg/jruby/runtime/CallType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/CallType;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyKernel$MethodMissingMethod this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // org.jruby.runtime.CallType callType
         0: .line 118
            aload 0 /* this */
            aload 1 /* implementationClass */
            getstatic org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;
            ldc "method_missing"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 120
            aload 0 /* this */
            aload 3 /* callType */
            putfield org.jruby.RubyKernel$MethodMissingMethod.callType:Lorg/jruby/runtime/CallType;
         2: .line 121
            aload 0 /* this */
            aload 2 /* visibility */
            putfield org.jruby.RubyKernel$MethodMissingMethod.visibility:Lorg/jruby/runtime/Visibility;
         3: .line 122
            return
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implementationClass
        end local 0 // org.jruby.RubyKernel$MethodMissingMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/jruby/RubyKernel$MethodMissingMethod;
            0    4     1  implementationClass  Lorg/jruby/RubyModule;
            0    4     2           visibility  Lorg/jruby/runtime/Visibility;
            0    4     3             callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
                     Name  Flags
      implementationClass  
      visibility           
      callType             

  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.RubyKernel$MethodMissingMethod 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 126
            aload 1 /* context */
            aload 2 /* self */
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.RubyKernel$MethodMissingMethod.visibility:Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            getfield org.jruby.RubyKernel$MethodMissingMethod.callType:Lorg/jruby/runtime/CallType;
            aload 5 /* args */
            invokestatic org.jruby.RubyKernel.methodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        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.RubyKernel$MethodMissingMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyKernel$MethodMissingMethod;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    
}
SourceFile: "RubyKernel.java"
NestHost: org.jruby.RubyKernel
InnerClasses:
  public MethodMissingMethod = org.jruby.RubyKernel$MethodMissingMethod of org.jruby.RubyKernel
  public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod