convert this hash into a Mash for string or symbol key access
# File merb/core_ext/hash.rb, line 70 def to_mash hash = Mash.new(self) hash.default = default hash end
<code/>
<pre/>
<code/>and<pre/>for code samples.