Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created June 10, 2011 09:30
Show Gist options
  • Save tanelsuurhans/1018542 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/1018542 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p180 :023 > if bar; puts "yo"; end
yo
=> nil
ruby-1.9.2-p180 :024 > if bar.present?; puts "yo"; end
=> nil
ruby-1.9.2-p180 :025 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment