Not affiliated I just find this useful and it exposed me to a few of the new features of Ruby 3.2 like not having to specify the value in kwargs if the variable is defined in scope, eg:
foo = 'bar'; call(foo:)
is equivalent to foo = 'bar'; call(foo: foo)
I love Ruby Weekly, highly recommended for Ruby devs to join the mailing list :) I usually find at least 1 or 2 things there that I am interested in or helpful :)