Support alias in `rbs prototype rb` by pocke · Pull Request #457 · ruby/rbs
This pull request makes rbs prototype rb to support alias. Currently rbs prototype rb just ignores alias syntax and alias_method. It will output alias by this change. For example: # test.rb class ...