Skip to content

Instantly share code, notes, and snippets.

@JFickel
Created May 18, 2013 22:38
Show Gist options
  • Save JFickel/5605985 to your computer and use it in GitHub Desktop.
Save JFickel/5605985 to your computer and use it in GitHub Desktop.
[4] pry(main)> true ? puts "yes" : puts "no"
SyntaxError: unexpected ':', expecting end-of-input
true ? puts "yes" : puts "no"
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment