Skip to content

Instantly share code, notes, and snippets.

@os0x
Created June 25, 2011 21:05
Show Gist options
  • Save os0x/1046896 to your computer and use it in GitHub Desktop.
Save os0x/1046896 to your computer and use it in GitHub Desktop.
$ rvm ruby-1.9.2
$ ruby -e "print nil"
$ rvm ree
$ ruby -e "print nil"
nil%
$ ruby -e "print nil.to_s"
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment