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