Open timfel opened 11 years ago
1.9 comes with new lambda syntax
-> { block code }
The 1.9 rubyspecs currently fail trying to parse a file with this syntax.
I have no idea how comprehensive the parsing tests are in rubyspec... you might want to look at pt_testcase.rb in http://github.com/seattlerb/sexp_processor
1.9 comes with new lambda syntax
The 1.9 rubyspecs currently fail trying to parse a file with this syntax.