[Writer] Escape method names that are invalid with `def` syntax by pocke · Pull Request #537 · ruby/rbs

This pull request fixes the escaping strategy of RBS::Writer to escape invalid method names for def syntax correctly. Problem Currently RBS::Writer doesn't escape invalid method names for def s...