M
Mark J. Reed
I've read matz's explanation for the lack of a concatenation operator for
Hashes in Ruby, but I was wondering if there were a module that supplied one
anyway. Or at least a self-modifying method that works like update() but
without clobbering existing values.
It's easy enough to write my own, but if there's one in the standard library or
on RAA module I'd rather use that.
Thanks for any help.
Hashes in Ruby, but I was wondering if there were a module that supplied one
anyway. Or at least a self-modifying method that works like update() but
without clobbering existing values.
It's easy enough to write my own, but if there's one in the standard library or
on RAA module I'd rather use that.
Thanks for any help.