# File lib/nanoc/base/ordered_hash.rb, line 149
    def merge hsh2
        self.dup update(hsh2)
    end