Skip to content

Instantly share code, notes, and snippets.

@davidrenne
Created December 3, 2012 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidrenne/4195136 to your computer and use it in GitHub Desktop.
Save davidrenne/4195136 to your computer and use it in GitHub Desktop.
birds = ["Golden Eagle", "Gyrfalcon", "American Robin",
            "Mountain BlueBird", "Mountain-Hawk Eagle"]
grouped_by_first_letter = birds.group_by { |s| s[0] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment