Closed robhanlon22 closed 2 years ago
Since extract_type_spec was receiving *args, the splat could possibly include something interpreted as a keyword arg (at least on Ruby 2.7.x). Make extract_type_spec take an unambiguous array.
Please rebase this as well 😄
@solnic done and ready!
Since extract_type_spec was receiving *args, the splat could possibly include something interpreted as a keyword arg (at least on Ruby 2.7.x). Make extract_type_spec take an unambiguous array.