Skip to content

Instantly share code, notes, and snippets.

@raveman
Created October 28, 2019 09:59
Show Gist options
  • Save raveman/9f70a42a73b318d6dc558b47445609f1 to your computer and use it in GitHub Desktop.
Save raveman/9f70a42a73b318d6dc558b47445609f1 to your computer and use it in GitHub Desktop.
ultimate question of life
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