Created
June 21, 2017 13:10
-
-
Save anonymous/5c8e0eb748a1b349bb6317bbd3d5c228 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