public class org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash extends org.jruby.RubyGlobal$StringOnlyRubyHash
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash
  super_class: org.jruby.RubyGlobal$StringOnlyRubyHash
{
  private static final org.jruby.util.ByteList ENV;
    descriptor: Lorg/jruby/util/ByteList;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 433
            new org.jruby.util.ByteList
            dup
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 69
            bastore
            dup
            iconst_1
            bipush 78
            bastore
            dup
            iconst_2
            bipush 86
            bastore
            getstatic org.jcodings.specific.USASCIIEncoding.INSTANCE:Lorg/jcodings/specific/USASCIIEncoding;
            iconst_0
            invokespecial org.jruby.util.ByteList.<init>:([BLorg/jcodings/Encoding;Z)V
            putstatic org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.ENV:Lorg/jruby/util/ByteList;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.Ruby, java.util.Map<org.jruby.RubyString, org.jruby.RubyString>, org.jruby.runtime.builtin.IRubyObject, );
    descriptor: (Lorg/jruby/Ruby;Ljava/util/Map;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.util.Map valueMap
        start local 3 // org.jruby.runtime.builtin.IRubyObject defaultValue
        start local 4 // boolean updateRealENV
         0: .line 421
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* valueMap */
            aload 3 /* defaultValue */
            iload 4 /* updateRealENV */
            invokespecial org.jruby.RubyGlobal$StringOnlyRubyHash.<init>:(Lorg/jruby/Ruby;Ljava/util/Map;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
         1: .line 422
            return
        end local 4 // boolean updateRealENV
        end local 3 // org.jruby.runtime.builtin.IRubyObject defaultValue
        end local 2 // java.util.Map valueMap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
            0    2     1        runtime  Lorg/jruby/Ruby;
            0    2     2       valueMap  Ljava/util/Map<Lorg/jruby/RubyString;Lorg/jruby/RubyString;>;
            0    2     3   defaultValue  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4  updateRealENV  Z
    Signature: (Lorg/jruby/Ruby;Ljava/util/Map<Lorg/jruby/RubyString;Lorg/jruby/RubyString;>;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
    MethodParameters:
               Name  Flags
      runtime        
      valueMap       
      defaultValue   
      updateRealENV  

  protected final boolean isCaseSensitive();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
         0: .line 424
            iconst_0
            ireturn
        end local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;

  public org.jruby.runtime.builtin.IRubyObject op_aref(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject key
         0: .line 428
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* key */
            invokespecial org.jruby.RubyGlobal$StringOnlyRubyHash.op_aref:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* val */
        start local 3 // org.jruby.runtime.builtin.IRubyObject val
         1: .line 429
            aload 3 /* val */
            iconst_1
            invokeinterface org.jruby.runtime.builtin.IRubyObject.setTaint:(Z)V
         2: .line 430
            aload 3 /* val */
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject val
        end local 2 // org.jruby.runtime.builtin.IRubyObject key
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2      key  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3      val  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      key      

  public org.jruby.RubyString to_s(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 437
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            getstatic org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.ENV:Lorg/jruby/util/ByteList;
            invokestatic org.jruby.RubyString.newStringShared:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"to_s"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject to_s();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
         0: .line 442
            aload 0 /* this */
            invokevirtual org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.getRuntime:()Lorg/jruby/Ruby;
            getstatic org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.ENV:Lorg/jruby/util/ByteList;
            invokestatic org.jruby.RubyString.newStringShared:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            areturn
        end local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;

  public org.jruby.RubyHash to_h();
    descriptor: ()Lorg/jruby/RubyHash;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
         0: .line 447
            aload 0 /* this */
            invokevirtual org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.to_hash:()Lorg/jruby/RubyHash;
            areturn
        end local 0 // org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.runtime.builtin.IRubyObject to_s(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.to_s:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RubyGlobal.java"
NestHost: org.jruby.RubyGlobal
InnerClasses:
  public CaseInsensitiveStringOnlyRubyHash = org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash of org.jruby.RubyGlobal
  public StringOnlyRubyHash = org.jruby.RubyGlobal$StringOnlyRubyHash of org.jruby.RubyGlobal