# File lib/merb-core/core_ext/hash.rb, line 83 def to_mash hash = Mash.new(self) hash.default = default hash end