Created
June 1, 2018 22:58
-
-
Save hsbt/c9e2856c24f981ac914145bcf8f5cc8c to your computer and use it in GitHub Desktop.
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
~/D/g/a/all-ruby (master) > all-ruby -e "p [].respond_to? :flat_map" | |
ruby-0.49 -e:1: syntax error | |
#<Process::Status: pid 8 exit 1> | |
... | |
ruby-0.95 -e:1: syntax error | |
#<Process::Status: pid 20 exit 1> | |
ruby-0.99.4-961224 FALSE | |
... | |
ruby-1.1a7 FALSE | |
ruby-1.1a8 false | |
... | |
ruby-1.6.8 false | |
ruby-1.8.0 -e:1: warning: parenthesize argument(s) for future version | |
false | |
... | |
ruby-1.8.6-p420 -e:1: warning: parenthesize argument(s) for future version | |
false | |
ruby-1.8.7-preview1 false | |
... | |
ruby-1.9.2-preview1 false | |
ruby-1.9.2-preview3 true | |
... | |
ruby-2.6.0-preview2 true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment