From: Gregory Seidman Date: 2006-01-07T05:05:21+09:00 Subject: Case-insensitive hash? So I understand that a hash can use keys of any type, not just string (or symbol), but there are occasions when I have a hash that has been populated with string keys whose values I would like to access case-insensitively. Is there a setting or something? Do I have to write a wrapper to deal with it? --Greg