# File lib/hashery/orderedhash.rb, line 134 def merge!(other_hash) other_hash.each{ |k,v| self[k] = v } self end