Class: TypeProf::Utils::HashWrapper
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Instance Chain: 
          self,
           StructuralEquality | |
| Inherits: | Object | 
| Defined in: | lib/typeprof/utils.rb | 
Class Method Summary
- .new(hash) ⇒ HashWrapper constructor
Instance Attribute Summary
- #internal_hash readonly
Constructor Details
    .new(hash)  ⇒ HashWrapper 
  
# File 'lib/typeprof/utils.rb', line 136
def initialize(hash) @internal_hash = hash.freeze end
Instance Attribute Details
#internal_hash (readonly)
[ GitHub ]# File 'lib/typeprof/utils.rb', line 140
attr_reader :internal_hash