# File lib/bson/ordered_hash.rb, line 113
def
merge
(
other
)
oh
=
self
.
dup
oh
.
merge!
(
other
)
oh
end