From: nahi Date: 2012-03-18T19:01:16+09:00 Subject: [ruby-core:43436] [ruby-trunk - Feature #4276][Assigned] Allow use of quotes in symbol syntactic sugar for hashes Issue #4276 has been updated by nahi. Description updated Category set to core Status changed from Open to Assigned Assignee set to matz ---------------------------------------- Feature #4276: Allow use of quotes in symbol syntactic sugar for hashes https://bugs.ruby-lang.org/issues/4276#change-24903 Author: tbenst Status: Assigned Priority: Low Assignee: matz Category: core Target version: =begin 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"} =end -- http://bugs.ruby-lang.org/