Changeset [2cbf71d43f24ed52ce3cabd2af5e5963dc0cbfbb] by Randy Pond
April 29th, 2008 @ 04:28 PM
Added failing spec for initializing a mash from a mash.
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.