Subject: [ruby-talk:28800] hashes created dynamically
From: "Schlienger, Marc" <M.Schlienger bjoernsen.de>
Date: Tue, 18 Dec 2001 01:55:46 +0900
Hello,
does anyone know how to create hashes at runtime?
Let's say I have an array of strings (size unknown a priori). Each of these
strings should be a hash key. Values for the keys will also be strings but
are not known until runtime.
/Marco