Support Ruby 3.0
If I try to run tests under Ruby 3.0, there are a lot of errors. #273 is likely one of them.
The main offense is likely that we need to use **
to splat for keyword arguments.
Edited by Lin Jen-Shin
If I try to run tests under Ruby 3.0, there are a lot of errors. #273 is likely one of them.
The main offense is likely that we need to use **
to splat for keyword arguments.