Do not emit unexpected keyword rest by `rbs prototype rb` by pocke · Pull Request #163 · ruby/rbs
Problem rbs prototype rb command generates kwrest argument unexpectedly if the method as keyword argument(s). # a.rb class C def foo(x:) end end $ exe/rbs prototype rb a.rb # a.rb class C def f...