Libraries
»
cerberus
(0.8.0)
»
Index
»
HashWithIndifferentAccess
»
#merge
Method: HashWithIndifferentAccess#merge
Defined in:
lib/cerberus/utils.rb
#
merge
(hash) ⇒
Object
140 141 142
# File 'lib/cerberus/utils.rb', line 140
def
merge
(
hash
)
self
.
dup
.
update
(
hash
)
end