Created
December 26, 2018 11:08
-
-
Save joker1007/dff3798b55459ed00271b476c9be93f6 to your computer and use it in GitHub Desktop.
ruby-2.6
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
class Symbol | |
alias :& :to_proc | |
end | |
pp ((1..)%2).each.lazy.map(&(:succ.& >> :succ.& >> :to_s.&)).take(10).force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment