Skip to content

Instantly share code, notes, and snippets.

@DanielVartanov
Created April 6, 2011 11:33
Show Gist options
  • Save DanielVartanov/905507 to your computer and use it in GitHub Desktop.
Save DanielVartanov/905507 to your computer and use it in GitHub Desktop.
class Genuine; end;
def access_granted?(object)
case object
when Genuine
true
else
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment