Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created May 10, 2013 16:15
Show Gist options
  • Save jcromartie/5555463 to your computer and use it in GitHub Desktop.
Save jcromartie/5555463 to your computer and use it in GitHub Desktop.
I wanted something like when-let from Clojure in Ruby.
class Object
def when_let
yield self if self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment