# File lib/caesars/orderedhash.rb, line 148 148: def merge hsh2 149: ##self.dup update(hsh2) ## 2009-05-12 -- delano 150: update hsh2 ## dup doesn't take an argument 151: ## and there's no need for it here 152: end