Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2012 16:04
Show Gist options
  • Save anonymous/1973664 to your computer and use it in GitHub Desktop.
Save anonymous/1973664 to your computer and use it in GitHub Desktop.
('a'..'z').group_by { |let| 'aeiouy'.include? let }
# => {true=>["a", "e", "i", "o", "u", "y"], false=>["b", "c", "d", "f", "g", "h", "j", "k", "l", "m", "n", "p", "q", "r", "s", "t", "v", "w", "x", "z"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment