# File lib/mega/ohash.rb, line 220
    def merge hsh2
        self.dup update(hsh2)
    end