Module: Hash::DeepFreezable
- Included in:
- Nested, Normalized, Sorted
- Defined in:
- lib/hash_ext/deep_freezable.rb
Instance Method Summary collapse
Instance Method Details
#deep_freeze ⇒ Object
4 5 6 7 |
# File 'lib/hash_ext/deep_freezable.rb', line 4 def deep_freeze each_value { |v| deep_freeze_value v } freeze end |