Skip to content

Instantly share code, notes, and snippets.

@fermion
Created July 8, 2011 12:11
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 fermion/1071697 to your computer and use it in GitHub Desktop.
Save fermion/1071697 to your computer and use it in GitHub Desktop.
Object#blank?
ruby-1.9.2-p180 :002 > true.blank?
false
ruby-1.9.2-p180 :003 > false.blank?
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment