Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created July 2, 2013 16:36
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 AndrewVos/5910902 to your computer and use it in GitHub Desktop.
Save AndrewVos/5910902 to your computer and use it in GitHub Desktop.
➜ ~ irb
[1] pry(main)> thing = 1
=> 1
[2] pry(main)> thing++
[2] pry(main)* thing
=> 2
[3] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment