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