sinatra / mustermann

your personal string matching expert
http://sinatrarb.com/mustermann/
MIT License
664 stars 63 forks source link

Fix issue with Ruby 3 keyword arguments #126

Closed jkowens closed 2 years ago

jkowens commented 2 years ago

@dentarg this seems to fix the issue with a failing spec in Ruby 3, is it the right way to fix this?

jkowens commented 2 years ago

Going to merge, since this seems good for now.

eregon commented 2 years ago

FYI https://github.com/sinatra/mustermann/pull/130 is the proper fix.