Skip to content

Instantly share code, notes, and snippets.

@fuse
Created August 2, 2011 09:55
Show Gist options
  • Save fuse/1119918 to your computer and use it in GitHub Desktop.
Save fuse/1119918 to your computer and use it in GitHub Desktop.
a = null
a?
=> false
b = 42
b?
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment