Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created September 30, 2013 20:26
Show Gist options
  • Save manleyhimself/6769715 to your computer and use it in GitHub Desktop.
Save manleyhimself/6769715 to your computer and use it in GitHub Desktop.
apple_picker(["apple", "orange", "apple"]) #=> ["apple", "apple"]
apple_picker.map { |x| puts x}
apple_picker.select { |x| puts x }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment