From: "Sing9898 (Sing Lou)" <3b06e8d4@...> Date: 2013-09-23T16:51:47+09:00 Subject: [ruby-core:57316] [ruby-trunk - Feature #8939][Open] symbol / string invariance (for hashes) Issue #8939 has been reported by Sing9898 (Sing Lou). ---------------------------------------- Feature #8939: symbol / string invariance (for hashes) https://bugs.ruby-lang.org/issues/8939 Author: Sing9898 (Sing Lou) Status: Open Priority: Normal Assignee: Category: Target version: hash={key:"value"} hash["key"] should return "value" hash={"key"=>"value"} hash[:key] should return "value" -- http://bugs.ruby-lang.org/