Skip to content

Instantly share code, notes, and snippets.

@alfredopalhares
Created November 9, 2012 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredopalhares/4046312 to your computer and use it in GitHub Desktop.
Save alfredopalhares/4046312 to your computer and use it in GitHub Desktop.
SyntaxError: unexpected $undefined, expecting $end
[1] pry(main)> "\:"
=> ":"
[2] pry(main)> "\\:"
=> "\\:"
[3] pry(main)> puts "\\:"
\:
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment