Support `class Foo = Bar` / `module Foo = Bar` declarations in RBS by rhiroe · Pull Request #444 · ruby/typeprof

Summary Implement RBS class alias and module alias declarations (class Foo = Bar, module Foo = Bar). Builds on #443, which fixed the NoMethodError caused by these declarations being silently skippe...