Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created September 29, 2010 14:41
Show Gist options
  • Select an option

  • Save probablycorey/602863 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/602863 to your computer and use it in GitHub Desktop.
h = {:a => 1, :b => 2, :c => 3}
h.find {|k, v| v == 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment