Skip to content

Instantly share code, notes, and snippets.

@os0x
Created June 25, 2011 21:05
$ 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