123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::Utils::HashWrapper

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Instance Chain:
Inherits: Object
Defined in: lib/typeprof/utils.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(hash) ⇒ HashWrapper

[ GitHub ]

  
# 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