# File lib/rq-2.3.1/orderedhash.rb, line 170
    def merge hsh2
        self.dup update(hsh2)
    end