# File lib/mash.rb, line 204
  def to_mash
    mash = Mash.new(self)
    mash.default = default
    mash
  end