Subject: Re: << for Hash?
From: Roger Johansson <roger.johansson compona.com>
Date: Tue, 27 Jun 2006 15:46:11 +0900
References: 199022
In-reply-to: 199022
but this screws up the scemantics
"<<" is append... and you cant "append" something in a hash , there is
no way to add anything to the end of a hash since items are inserted
based on hashed index.
--
Posted via http://www.ruby-forum.com/.