Skip to content

Instantly share code, notes, and snippets.

@tizoc
Created August 4, 2011 22:42
Show Gist options
  • Save tizoc/1126477 to your computer and use it in GitHub Desktop.
Save tizoc/1126477 to your computer and use it in GitHub Desktop.
def admin_of?(project)
case v = membership_for(project)
when Some then v.value.admin?
when None then false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment