Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Forked from anonymous/random.rb
Created June 21, 2017 13:10
Show Gist options
  • Save dminuoso/afb4b3ccea3bb891abaa7635052e97ff to your computer and use it in GitHub Desktop.
Save dminuoso/afb4b3ccea3bb891abaa7635052e97ff to your computer and use it in GitHub Desktop.
rand.rb
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