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