From: "Sing9898 (Sing Lou)" <3b06e8d4@...> Date: 2013-09-23T19:42:26+09:00 Subject: [ruby-core:57324] [ruby-trunk - Feature #8939] symbol / string invariance (for hashes) Issue #8939 has been updated by Sing9898 (Sing Lou). yes,duplicate, thanks ---------------------------------------- Feature #8939: symbol / string invariance (for hashes) https://bugs.ruby-lang.org/issues/8939#change-41932 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/