Created
August 6, 2011 14:15
-
-
Save ljsc/1129363 to your computer and use it in GitHub Desktop.
Dancing around nils
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get_membership(:user => user) do |m| | |
m.one {|m| do_something_with_one_membership(m) } | |
m.none { oops_no_membership() } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment