Method: Configer::HashExtension#deep_merge
- Defined in:
- lib/configer/ext.rb
#deep_merge(other_hash) ⇒ Object
5 6 7 |
# File 'lib/configer/ext.rb', line 5 def deep_merge(other_hash) return self.dup.deep_merge!(other_hash) end |
5 6 7 |
# File 'lib/configer/ext.rb', line 5 def deep_merge(other_hash) return self.dup.deep_merge!(other_hash) end |