Improve parsing error on EOF by pocke · Pull Request #463 · ruby/rbs
This pull request improves parsing error on EOF. Problem Currently rbs parse command raises an error when the target file has a syntax error that is caused by an EOF. For example: # test.rbs class ...