-
Ryuta Kamizono authored
Keyword argument warnings are caused by #41206 to allow both `current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 3.0. Unfortunately it is super hard to support that for both Ruby 2.7 and 3.0 with the same method signature. Closes #41710.
Ryuta Kamizono authoredKeyword argument warnings are caused by #41206 to allow both `current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 3.0. Unfortunately it is super hard to support that for both Ruby 2.7 and 3.0 with the same method signature. Closes #41710.
Loading