Class: Dphil::MetricalData::IHash
- Inherits:
-
Hash
- Object
- Hash
- Dphil::MetricalData::IHash
- Includes:
- Hashie::Extensions::MergeInitializer
- Defined in:
- lib/dphil/metrical_data.rb
Overview
Immutable Hash
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ IHash
constructor
A new instance of IHash.
Constructor Details
#initialize ⇒ IHash
Returns a new instance of IHash.
63 64 65 66 |
# File 'lib/dphil/metrical_data.rb', line 63 def initialize(*) super deep_freeze end |