public
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Homepage:
Clone URL: git://github.com/mbleigh/mash.git

Comments for mbleigh's mash   feed

gudata commented on mbleigh/mash Tue Jun 23 08:24:21 -0700 2009
Comment on lib/mash.rb L214 in 63d23cf:

Using the recursion here is really dangerous.

phedders commented on mbleigh/mash Mon Jan 05 23:43:34 -0800 2009
Comment in bb4ed9b:

Commented on PP’s Mhash version too:

Found a small bug:

>> Mash.new({:c=>:d}) =>

:c is translated to “c” which has bitten me!

judofyr commented on mbleigh/mash Wed Aug 27 12:59:29 -0700 2008
Comment in bb4ed9b:

Weird. 0.0.7 isn’t on http://gems.github.com/list.html

randito commented on mbleigh/mash Wed Apr 30 13:16:19 -0700 2008
Comment in 4f8a26b:

Coolio. Thanks for the fix. The unit tests on my project (which use Mash) are now passing.