Convert to a Hash with String keys.
# File merb/core_ext/mash.rb, line 69 def to_hash Hash.new(default).merge(self) end
<code/>
<pre/>
<code/>and<pre/>for code samples.