Skip to content

Instantly share code, notes, and snippets.

@karnauskas
Created January 2, 2013 13:53
Show Gist options
  • Save karnauskas/4434723 to your computer and use it in GitHub Desktop.
Save karnauskas/4434723 to your computer and use it in GitHub Desktop.
$ irb --version
irb 0.9.6(09/06/30)
$ ruby --version
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
$ irb
irb(main):001:0> {'a' : 10}
SyntaxError: (irb):1: syntax error, unexpected ':', expecting tASSOC
{'a' : 10}
^
from /usr/bin/irb:12:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment