# File lib/merb-core/core_ext/mash.rb, line 93
  def dup 
    Mash.new(self) 
  end