Class: Configoro::HashWithIndifferentAccess
- Inherits:
-
Hash
- Object
- Hash
- Configoro::HashWithIndifferentAccess
- Defined in:
- lib/configoro/simple.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#deep_merge(other_hash) ⇒ Object
10 11 12 |
# File 'lib/configoro/simple.rb', line 10 def deep_merge(other_hash) dup.deep_merge!(other_hash) end |