eliminate warnings of keyword parameter for ruby 2.7.0 by osamtimizer · Pull Request #1581 · sinatra/sinatra

Problem A keyword argument must be passed with ** annotation in Ruby 3.0. https://bugs.ruby-lang.org/issues/14183 In Ruby 2.7.0, passing a keyword argument without ** occurs some warnings like warn...