Actions
Bug #7540
closedProc#parameters cannot show :opt with :rest and :keyword
Description
When an :opt arg is specified with :rest and :key args,
Proc#parameters (as well as *Method) cannot show it as below:
->(opt = :ion, *rest, key: :word){}.parameters # => :rest, :rest], [:key, :key
Actions