# File lib/extlib/hash.rb, line 91
  def to_mash
    hash = Mash.new(self)
    hash.default = default
    hash
  end