Skip to content

Instantly share code, notes, and snippets.

@bill-transue
Forked from bil-bas/map_find.rb
Last active December 17, 2015 22:59
Show Gist options
  • Save bill-transue/5685966 to your computer and use it in GitHub Desktop.
Save bill-transue/5685966 to your computer and use it in GitHub Desktop.
module Enumerable
def collect_if
collect { |e| yield e }.reject &:nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment