Skip to content

Instantly share code, notes, and snippets.

@relic7
Forked from thatrubylove/example-9.rb
Last active August 29, 2015 14:17
Show Gist options
  • Save relic7/090e3febc5215179107a to your computer and use it in GitHub Desktop.
Save relic7/090e3febc5215179107a to your computer and use it in GitHub Desktop.
idomatic-ruby-example-9
def some_better_method(user, ids)
vals = ids.map {|id| user.returns_a_hash(id) }
vals.any? ? do_something_with_hashes(vals) :
do_something_without
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment