There's no documentation for this item.
# File merb/core_ext/mash.rb, line 6 def initialize(constructor = {}) if constructor.is_a?(Hash) super() update(constructor) else super(constructor) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.