mirror of
https://github.com/meineerde/rackstash.git
synced 2026-02-01 01:37:12 +00:00
Since Ruby 2.7 differences explicit keyword arguments from implicit hash arguments, we should also avoid mixing them. By using explicit keyword arguments, we avoid warning in Ruby 2.7 and errors in Ruby 3.0.