From: Tyler Benster Date: 2011-01-13T10:17:23+09:00 Subject: [ruby-core:34453] [Ruby 1.9-Feature#4276][Open] Allow use of quotes in symbol syntactic sugar for hashes Feature #4276: Allow use of quotes in symbol syntactic sugar for hashes http://redmine.ruby-lang.org/issues/show/4276 Author: Tyler Benster Status: Open, Priority: Low Current syntactic sugar allows this: hash = {Alabama: "AL"} This feature request is to also allow symbols delimited by quotes (and thus able to contain a whitespace) to use an equivalent syntactic sugar: hash2 = {"Rhode Island": "RI"} ---------------------------------------- http://redmine.ruby-lang.org