Changeset [270fe128218b47d4e6099e9d12ba2bdcfb3b4b37] by Randy Pond
May 5th, 2008 @ 06:10 PM
Added a spec for initializing a Mash from another Mash that contains inner Mashes.
Committed by Michael Bleigh
- M spec/mash_spec.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mash is an extension of the Ruby Hash object to allow for pseudo-object syntax reminiscent of Javascript objects. It is useful for simple conversion of JSON or XML and also for configuration settings read from YAML.