Dynamic method type by soutaro · Pull Request #10 · ruby/rbs

Problem Some methods defined in Ruby are incompatible with super methods, like .new or #initialize. class A < Object def initialize(name) # A#initialize is incompatible with Object#ini...