public class org.jruby.RubyModule$RespondToMissingMethod 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.RubyModule$RespondToMissingMethod
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
{
  final java.lang.String methodName;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyModule$RespondToMissingMethod this
        start local 1 // org.jruby.RubyModule implClass
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // java.lang.String methodName
         0: .line 2215
            aload 0 /* this */
            aload 1 /* implClass */
            aload 2 /* visibility */
            aload 3 /* methodName */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 2217
            aload 0 /* this */
            getstatic org.jruby.RubyModule$RespondToMissingMethod.REST:[Ljava/lang/String;
            invokevirtual org.jruby.RubyModule$RespondToMissingMethod.setParameterList:([Ljava/lang/String;)V
         2: .line 2218
            aload 0 /* this */
            aload 3 /* methodName */
            putfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
         3: .line 2219
            return
        end local 3 // java.lang.String methodName
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.RubyModule$RespondToMissingMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/RubyModule$RespondToMissingMethod;
            0    4     1   implClass  Lorg/jruby/RubyModule;
            0    4     2  visibility  Lorg/jruby/runtime/Visibility;
            0    4     3  methodName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      implClass   
      visibility  
      methodName  

  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=7, locals=7, args_size=7
        start local 0 // org.jruby.RubyModule$RespondToMissingMethod 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 2223
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            invokevirtual org.jruby.RubyModule$RespondToMissingMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            getstatic org.jruby.runtime.CallType.UNKNOWN:Lorg/jruby/runtime/CallType;
            aload 5 /* args */
            aload 6 /* block */
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)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.RubyModule$RespondToMissingMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyModule$RespondToMissingMethod;
            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    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyModule$RespondToMissingMethod this
        start local 1 // java.lang.Object other
         0: .line 2228
            aload 0 /* this */
            aload 1 /* other */
            if_acmpeq 4
         1: .line 2229
            aload 1 /* other */
            instanceof org.jruby.RubyModule$RespondToMissingMethod
            ifeq 3
         2: .line 2230
            aload 1 /* other */
            checkcast org.jruby.RubyModule$RespondToMissingMethod
            getfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 2228
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.RubyModule$RespondToMissingMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/jruby/RubyModule$RespondToMissingMethod;
            0    5     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyModule$RespondToMissingMethod this
         0: .line 2235
            aload 0 /* this */
            getfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // org.jruby.RubyModule$RespondToMissingMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyModule$RespondToMissingMethod;
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
  public RespondToMissingMethod = org.jruby.RubyModule$RespondToMissingMethod of org.jruby.RubyModule
  public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod