Skip to content

Instantly share code, notes, and snippets.

@radex
Created March 2, 2013 20:07
Show Gist options
  • Save radex/5073048 to your computer and use it in GitHub Desktop.
Save radex/5073048 to your computer and use it in GitHub Desktop.
normalized = words.select { |w| w.length >= 10 }.map { |w| w.downcase }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment