# File lib/kramdown/utils/ordered_hash.rb, line 71 def merge!(other) other.each {|k,v| self[k] = v} self end