# File lib/merb-core/core_ext/mash.rb, line 121
  def to_hash 
    Hash.new(default).merge(self) 
  end