Support keyword arguments support partially by euglena1215 · Pull Request #182 · ruby/typeprof

Previously, methods defined with keyword arguments would have their keyword arguments ignored. def foo(x:) x.to_i end → def foo: -> Integer With the added support for keyword arguments, keyword ...