Skip to content

Instantly share code, notes, and snippets.

@kotp
Created November 1, 2011 04:36
Show Gist options
  • Save kotp/1329951 to your computer and use it in GitHub Desktop.
Save kotp/1329951 to your computer and use it in GitHub Desktop.
Book Review
>> puts (not(1 == 1))
false
=> nil
>> puts( not(1 == 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment