public final class org.jruby.ast.util.ArgsUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ast.util.ArgsUtil
  super_class: java.lang.Object
{
  private static final org.jruby.runtime.builtin.IRubyObject[] NULL_1;
    descriptor: [Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.jruby.runtime.builtin.IRubyObject[] NULL_2;
    descriptor: [Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            putstatic org.jruby.ast.util.ArgsUtil.NULL_1:[Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 103
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            putstatic org.jruby.ast.util.ArgsUtil.NULL_2:[Lorg/jruby/runtime/builtin/IRubyObject;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.util.ArgsUtil this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ast.util.ArgsUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/util/ArgsUtil;

  public static org.jruby.RubyArray convertToRubyArray(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/RubyArray;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // boolean coerce
         0: .line 59
            aload 1 /* value */
            ifnonnull 2
         1: .line 60
            aload 0 /* runtime */
            invokestatic org.jruby.RubyArray.newEmptyArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            iload 2 /* coerce */
            ifeq 3
            aload 0 /* runtime */
            aload 1 /* value */
            invokestatic org.jruby.ast.util.ArgsUtil.convertToRubyArrayWithCoerce:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
         3: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* runtime */
            aload 1 /* value */
            invokestatic org.jruby.RubyArray.newArrayLight:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
        end local 2 // boolean coerce
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  runtime  Lorg/jruby/Ruby;
            0    4     1    value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2   coerce  Z
    MethodParameters:
         Name  Flags
      runtime  
      value    
      coerce   

  public static org.jruby.RubyArray convertToRubyArrayWithCoerce(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 70
            aload 1 /* value */
            instanceof org.jruby.RubyArray
            ifeq 1
            aload 1 /* value */
            checkcast org.jruby.RubyArray
            areturn
         1: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
            ldc "to_ary"
            iconst_0
            invokestatic org.jruby.util.TypeConverter.convertToType:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* newValue */
        start local 2 // org.jruby.runtime.builtin.IRubyObject newValue
         2: .line 74
            aload 2 /* newValue */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 4
         3: .line 75
            aload 0 /* runtime */
            aload 1 /* value */
            invokestatic org.jruby.RubyArray.newArrayLight:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
         4: .line 79
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 2 /* newValue */
            instanceof org.jruby.RubyArray
            ifne 6
         5: .line 80
            aload 0 /* runtime */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* newValue */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "#to_ary should return Array"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         6: .line 83
      StackMap locals:
      StackMap stack:
            aload 2 /* newValue */
            checkcast org.jruby.RubyArray
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject newValue
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0   runtime  Lorg/jruby/Ruby;
            0    7     1     value  Lorg/jruby/runtime/builtin/IRubyObject;
            2    7     2  newValue  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      value    

  public static int arrayLength(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject node
         0: .line 87
            aload 0 /* node */
            instanceof org.jruby.RubyArray
            ifeq 1
            aload 0 /* node */
            checkcast org.jruby.RubyArray
            invokevirtual org.jruby.RubyArray.getLength:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jruby.runtime.builtin.IRubyObject node
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  node  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      node  

  public static org.jruby.runtime.builtin.IRubyObject getOptionsArg(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 91
            aload 1 /* args */
            arraylength
            iconst_1
            if_icmplt 2
         1: .line 92
            aload 0 /* runtime */
            aload 1 /* args */
            aload 1 /* args */
            arraylength
            iconst_1
            isub
            aaload
            invokestatic org.jruby.util.TypeConverter.checkHashType:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  runtime  Lorg/jruby/Ruby;
            0    3     1     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      args     

  public static org.jruby.runtime.builtin.IRubyObject getOptionsArg(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 98
            aload 1 /* arg */
            ifnonnull 1
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* runtime */
            aload 1 /* arg */
            invokestatic org.jruby.util.TypeConverter.checkHashType:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject arg
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  runtime  Lorg/jruby/Ruby;
            0    2     1      arg  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      arg      

  public static org.jruby.runtime.builtin.IRubyObject[] extractKeywordArgs(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, java.lang.String[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;[Ljava/lang/String;)[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyHash options
        start local 2 // java.lang.String[] validKeys
         0: .line 113
            aload 1 /* options */
            invokevirtual org.jruby.RubyHash.isEmpty:()Z
            ifeq 5
         1: .line 114
            aload 2 /* validKeys */
            arraylength
            tableswitch { // 1 - 2
                    1: 2
                    2: 3
              default: 4
          }
         2: .line 115
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.ast.util.ArgsUtil.NULL_1:[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 116
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.ast.util.ArgsUtil.NULL_2:[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 2 /* validKeys */
            arraylength
            anewarray org.jruby.runtime.builtin.IRubyObject
            areturn
         5: .line 121
      StackMap locals:
      StackMap stack:
            aload 2 /* validKeys */
            arraylength
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 3 /* ret */
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] ret
         6: .line 123
            new java.util.HashMap
            dup
            aload 3 /* ret */
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            astore 4 /* validKeySet */
        start local 4 // java.util.HashMap validKeySet
         7: .line 126
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 15
         9: .line 127
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[] java.util.HashMap int
      StackMap stack:
            aload 2 /* validKeys */
            iload 5 /* i */
            aaload
            astore 6 /* key */
        start local 6 // java.lang.String key
        10: .line 128
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 6 /* key */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            astore 7 /* keySym */
        start local 7 // org.jruby.RubySymbol keySym
        11: .line 129
            aload 1 /* options */
            aload 7 /* keySym */
            invokevirtual org.jruby.RubyHash.fastARef:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* val */
        start local 8 // org.jruby.runtime.builtin.IRubyObject val
        12: .line 130
            aload 3 /* ret */
            iload 5 /* i */
            aload 8 /* val */
            aastore
        13: .line 131
            aload 4 /* validKeySet */
            aload 7 /* keySym */
            aconst_null
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // org.jruby.runtime.builtin.IRubyObject val
        end local 7 // org.jruby.RubySymbol keySym
        end local 6 // java.lang.String key
        14: .line 126
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            aload 2 /* validKeys */
            arraylength
            if_icmplt 9
        end local 5 // int i
        16: .line 135
            aload 1 /* options */
            aload 0 /* context */
            new org.jruby.ast.util.ArgsUtil$1
            dup
            aload 4 /* validKeySet */
            aload 0 /* context */
            invokespecial org.jruby.ast.util.ArgsUtil$1.<init>:(Ljava/util/HashMap;Lorg/jruby/runtime/ThreadContext;)V
        17: .line 141
            aconst_null
        18: .line 135
            invokevirtual org.jruby.RubyHash.visitAll:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash$VisitorWithState;Ljava/lang/Object;)V
        19: .line 143
            aload 3 /* ret */
            areturn
        end local 4 // java.util.HashMap validKeySet
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] ret
        end local 2 // java.lang.String[] validKeys
        end local 1 // org.jruby.RubyHash options
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0      context  Lorg/jruby/runtime/ThreadContext;
            0   20     1      options  Lorg/jruby/RubyHash;
            0   20     2    validKeys  [Ljava/lang/String;
            6   20     3          ret  [Lorg/jruby/runtime/builtin/IRubyObject;
            7   20     4  validKeySet  Ljava/util/HashMap<Lorg/jruby/RubySymbol;*>;
            8   16     5            i  I
           10   14     6          key  Ljava/lang/String;
           11   14     7       keySym  Lorg/jruby/RubySymbol;
           12   14     8          val  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
           Name  Flags
      context    
      options    final
      validKeys  

  public static org.jruby.runtime.builtin.IRubyObject[] extractKeywordArgs(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], java.lang.String[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/String;)[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 2 // java.lang.String[] validKeys
         0: .line 148
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* args */
            invokestatic org.jruby.ast.util.ArgsUtil.getOptionsArg:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* options */
        start local 3 // org.jruby.runtime.builtin.IRubyObject options
         1: .line 149
            aload 3 /* options */
            instanceof org.jruby.RubyHash
            ifeq 3
         2: .line 150
            aload 0 /* context */
            aload 3 /* options */
            checkcast org.jruby.RubyHash
            aload 2 /* validKeys */
            invokestatic org.jruby.ast.util.ArgsUtil.extractKeywordArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;[Ljava/lang/String;)[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 152
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aconst_null
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject options
        end local 2 // java.lang.String[] validKeys
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0    context  Lorg/jruby/runtime/ThreadContext;
            0    4     1       args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2  validKeys  [Ljava/lang/String;
            1    4     3    options  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
           Name  Flags
      context    
      args       
      validKeys  

  public static org.jruby.runtime.builtin.IRubyObject extractKeywordArg(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyHash options
        start local 2 // java.lang.String validKey
         0: .line 163
            aload 1 /* options */
            invokevirtual org.jruby.RubyHash.isEmpty:()Z
            ifeq 1
            aconst_null
            areturn
         1: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* validKey */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubyHash.fastARef:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* ret */
        start local 3 // org.jruby.runtime.builtin.IRubyObject ret
         2: .line 167
            aload 3 /* ret */
            ifnull 3
            aload 1 /* options */
            invokevirtual org.jruby.RubyHash.size:()I
            iconst_1
            if_icmple 6
         3: .line 168
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* options */
            aload 0 /* context */
            new org.jruby.ast.util.ArgsUtil$2
            dup
            aload 0 /* context */
            invokespecial org.jruby.ast.util.ArgsUtil$2.<init>:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 172
            aconst_null
         5: .line 168
            invokevirtual org.jruby.RubyHash.visitAll:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash$VisitorWithState;Ljava/lang/Object;)V
         6: .line 175
      StackMap locals:
      StackMap stack:
            aload 3 /* ret */
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject ret
        end local 2 // java.lang.String validKey
        end local 1 // org.jruby.RubyHash options
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0   context  Lorg/jruby/runtime/ThreadContext;
            0    7     1   options  Lorg/jruby/RubyHash;
            0    7     2  validKey  Ljava/lang/String;
            2    7     3       ret  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      options   final
      validKey  

  public static org.jruby.runtime.builtin.IRubyObject extractKeywordArg(org.jruby.runtime.ThreadContext, java.lang.String, org.jruby.RubyHash);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/RubyHash;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // java.lang.String keyword
        start local 2 // org.jruby.RubyHash opts
         0: .line 187
            aload 2 /* opts */
            aload 0 /* context */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* keyword */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubyHash.op_aref:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyHash opts
        end local 1 // java.lang.String keyword
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1  keyword  Ljava/lang/String;
            0    1     2     opts  Lorg/jruby/RubyHash;
    MethodParameters:
         Name  Flags
      context  
      keyword  
      opts     final

  public static org.jruby.runtime.builtin.IRubyObject extractKeywordArg(org.jruby.runtime.ThreadContext, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // java.lang.String keyword
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 199
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* arg */
            invokestatic org.jruby.ast.util.ArgsUtil.getOptionsArg:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* opts */
        start local 3 // org.jruby.runtime.builtin.IRubyObject opts
         1: .line 201
            aload 3 /* opts */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpne 2
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 203
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* context */
            aload 1 /* keyword */
            aload 3 /* opts */
            checkcast org.jruby.RubyHash
            invokestatic org.jruby.ast.util.ArgsUtil.extractKeywordArg:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/RubyHash;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject opts
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // java.lang.String keyword
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  context  Lorg/jruby/runtime/ThreadContext;
            0    3     1  keyword  Ljava/lang/String;
            0    3     2      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3     opts  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      keyword  
      arg      

  public static org.jruby.runtime.builtin.IRubyObject extractKeywordArg(org.jruby.runtime.ThreadContext, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // java.lang.String keyword
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 215
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* args */
            invokestatic org.jruby.ast.util.ArgsUtil.getOptionsArg:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* opts */
        start local 3 // org.jruby.runtime.builtin.IRubyObject opts
         1: .line 217
            aload 3 /* opts */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpne 2
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 219
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* context */
            aload 1 /* keyword */
            aload 3 /* opts */
            checkcast org.jruby.RubyHash
            invokestatic org.jruby.ast.util.ArgsUtil.extractKeywordArg:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/RubyHash;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject opts
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // java.lang.String keyword
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  context  Lorg/jruby/runtime/ThreadContext;
            0    3     1  keyword  Ljava/lang/String;
            0    3     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3     opts  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      keyword  
      args     
}
SourceFile: "ArgsUtil.java"
NestMembers:
  org.jruby.ast.util.ArgsUtil$1  org.jruby.ast.util.ArgsUtil$2
InnerClasses:
  public abstract VisitorWithState = org.jruby.RubyHash$VisitorWithState of org.jruby.RubyHash
  org.jruby.ast.util.ArgsUtil$1
  org.jruby.ast.util.ArgsUtil$2