Ruby 1.9 hash with a dash in a key

后端 未结 4 1037
死守一世寂寞
死守一世寂寞 2020-12-05 12:32

In ruby 1.9 is there a way to define this hash with the new syntax?

irb> { a:  2 }
=> {:a=>2}

irb> { a-b:  2 }
SyntaxError: (irb):5: syntax erro         


        
4条回答
提交回复
热议问题