Omit generating duplicate method by `rbs prototype rb` by pocke · Pull Request #334 · ruby/rbs
Problem Sometimes we define the same methods with different bodies. For example: class C if RUBY_VERSION >= '2.7' def foo do_something_27 end else def foo do_...