You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an alternative approach to the changes in whitequark#985.
The Parser gem may be required to operate across as many Ruby versions as possible.
The use of `delete_suffix` starts from Parser version 3.3.0.0.
Therefore, by replacing `delete_suffix` with `sub`, and releasing Parser 3.3.0.1,
supporting Ruby 2.0 would be feasible.
0 commit comments