Skip to content

Instantly share code, notes, and snippets.

@dce
Created October 27, 2010 13:46
Show Gist options
  • Save dce/649065 to your computer and use it in GitHub Desktop.
Save dce/649065 to your computer and use it in GitHub Desktop.
class Object
def given(meth)
yield self if send(meth)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment