Ruby 3.x の send で keyword パラメタを渡す
code:_
foo.send(:bar, **{baz: 123})
のように Splat operator が必要
参考:
https://stackoverflow.com/a/40027995/259829