# File lib/facet/orderedhash.rb, line 226
    def merge hsh2
        self.dup update(hsh2)
    end