From: Hiro Asari Date: 2012-01-08T03:45:44+09:00 Subject: [ruby-core:41963] [ruby-trunk - Bug #5860][Open] Hash literal '{:a==>1}' Issue #5860 has been reported by Hiro Asari. ---------------------------------------- Bug #5860: Hash literal '{:a==>1}' https://bugs.ruby-lang.org/issues/5860 Author: Hiro Asari Status: Open Priority: Normal Assignee: Category: core Target version: ruby -v: ruby 2.0.0dev (2011-12-31 trunk 34165) [x86_64-darwin11.2.0] =begin There is an esoteric hash literal construct possible in the Ruby grammar: {:a==>1} Looking at (()), I am pretty sure this is intended behavior, but I wanted to make sure that this is so. =end -- http://redmine.ruby-lang.org