A safe navigation operator
majioa opened this issue · 1 comments
majioa commented
Problem
The exception is thrown in the code:
SyntaxError: syntax error, unexpected '.': /home/travis/build/znamenica/bukovina/lib/bukovina/parsers/name.rb:51:42
How to Reproduce
The problem is risen up because of new operator of ruby (mri) 2.3.0 isn't exist in rubinius:
The problem present in both 2.11 and 3.19 versions.
Related from: rubinius/rubinius#3629
brixen commented
This is fixed rubinius/rubinius#3629