
Infinite loop when initializing a Mash from another Mash
Reported by Michael Bleigh | April 29th, 2008 @ 08:38 PM
For example:
m = Mash.new(Mash.new(:name => 'randy')
Comments and changes to this ticket
-
Michael Bleigh April 29th, 2008 @ 09:06 PM
(from [4f8a26b3cb484cda443eb273ba885049569f4c9c]) Mashes do not infinite loop when initialized with another Mash [#1 status:resolved]
-
Michael Bleigh April 29th, 2008 @ 09:07 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
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.