After support for Ruby 3.0 is added, it is probably time to convert all the methods to use keyword arguments instead of options Hashes.
This change was announced back in 2019, and released in Ruby 3.0:
I have already made a small internal change to account for keyword arguments in Ruby 3.0.
Here is some other documentation about keyword arguments from Thoughbot: