Can I put a hash inside a has as a "value" ?
It doesn't seem to work...
Can I put a hash inside a has as a "value" ?
It doesn't seem to work...
nevermind.... figured it out... sorry
On Jun 18, 2:36 pm, danielj <dani...@sleepingindian.org> wrote:
Can I put a hash inside a has as a "value" ?
It doesn't seem to work...
Sure, but be aware that if you do anything to the hash you're using as a
key that would change its hash value, you'll need to rehash the
container hash.
- donald
-----Original Message-----
From: danielj [mailto:danielj@sleepingindian.org]
Sent: Monday, June 18, 2007 4:40 PM
To: ruby-talk ML
Subject: Newbie QuestionCan I put a hash inside a has as a "value" ?
ohhh... I see...