# File lib/merb-core/core_ext/mash.rb, line 102
  def merge(hash) 
    self.dup.update(hash) 
  end