ruby
Ruby Piatro 1 year ago 100%

Ruby Weekly Issue 657: June 8, 2023

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)

1
1
Comments 1