Fix syntax error for underscore started method with `!` or `?` by pocke · Pull Request #304 · ruby/rbs
Curretnly _foo? method name is syntax error, but it is correct method name in Ruby. So this pull request fixes the syntax error. And I also found other syntax errors for keyword method name, like d...