Skip to content

Instantly share code, notes, and snippets.

@phaedryx

phaedryx/unless Secret

Created May 1, 2012 15:40
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 phaedryx/7691b52b48068bd4d6bd to your computer and use it in GitHub Desktop.
Save phaedryx/7691b52b48068bd4d6bd to your computer and use it in GitHub Desktop.
things_being_checked.each do |thing|
next unless thing.problem
deal_with_problem(thing)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment