# File lib/mash.rb, line 164
  def to_hash
    Hash.new(default).merge(self)
  end