Changeset [c00a0f8e19055468f3954b628ecd820d439def11] by Randy Pond
April 30th, 2008 @ 06:09 PM
Added spec for converting hash assignments into 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.