Created
October 28, 2019 09:59
-
-
Save raveman/9f70a42a73b318d6dc558b47445609f1 to your computer and use it in GitHub Desktop.
ultimate question of life
This file contains 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
x = [false, *(1..7), nil, 9] | |
.map(&:object_id) | |
.map { |i| i / 2 } | |
.select { |i| i % 2 } | |
.sum | |
.+(STDOUT.fileno) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment