Changeset [c566221b441c256c64024227b16ac44650dc8fa8] by Michael Bleigh
May 6th, 2008 @ 09:56 AM
Fixed issue where Mash initialized with a Mash would not create a duplicate correctly.
Committed by Michael Bleigh
- M lib/mash.rb
- 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.