-
-
Save dminuoso/e8662fef7a32a086cd4e8a5bf22ba97f to your computer and use it in GitHub Desktop.
rand.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
takeEven = lambda.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