class Hashie::Mash

def dup

Duplicates the current mash as a new mash.
def dup
  Mash.new(self, self.default)
end