Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created September 28, 2011 21:26
Show Gist options
  • Save nahurst/1249302 to your computer and use it in GitHub Desktop.
Save nahurst/1249302 to your computer and use it in GitHub Desktop.
First match with ruby
# stops once it finds a match
@users.detect { |u| u.gender == 'm' }
@nahurst
Copy link
Author

nahurst commented Feb 17, 2012

Works on hashes too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment