Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Forked from anonymous/random.rb
Created June 21, 2017 13:09
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 dminuoso/10108eb1f498a6f96bd62a172abd6954 to your computer and use it in GitHub Desktop.
Save dminuoso/10108eb1f498a6f96bd62a172abd6954 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