English version of http://codnote.net/ . But my english is usually strange.

Wednesday, April 14, 2010

Syntax error in method call with Hash argument in Ruby

Problem

$ irb --simple-prompt
>> p {1=>2}
SyntaxError: (irb):1: syntax error, unexpected tASSOC, expecting '}'
p {1=>2}
^
view raw gistfile1.txt hosted with ❤ by GitHub