Package org.jruby

Class RubyGlobal.CaseInsensitiveStringOnlyRubyHash

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, Map, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Enclosing class:
RubyGlobal

public static class RubyGlobal.CaseInsensitiveStringOnlyRubyHash extends RubyGlobal.StringOnlyRubyHash
Obligate string-keyed and string-valued hash, used for ENV. On Windows, the keys are case-insensitive for ENV
See Also: