Class: Dphil::MetricalData::IHash

Inherits:
Hash
  • Object
show all
Includes:
Hashie::Extensions::MergeInitializer
Defined in:
lib/dphil/metrical_data.rb

Overview

Immutable Hash

Direct Known Subclasses

IHashM

Instance Method Summary collapse

Constructor Details

#initializeIHash

Returns a new instance of IHash.



63
64
65
66
# File 'lib/dphil/metrical_data.rb', line 63

def initialize(*)
  super
  deep_freeze
end