Skip to content

Instantly share code, notes, and snippets.

Created June 21, 2017 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/bd6beaa9e21950a4bd8d27822539c4bf to your computer and use it in GitHub Desktop.
Save anonymous/bd6beaa9e21950a4bd8d27822539c4bf to your computer and use it in GitHub Desktop.
fp.rb
[0,1,2,3,4,5,6,7,8,9].select do |x|
x if x%2==0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment