1

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)

you are viewing a single comment's thread
view the rest of the comments
[-] erlingur@programming.dev 1 points 1 year ago

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 :)

this post was submitted on 10 Jun 2023
1 points (100.0% liked)

Ruby

0 readers
1 users here now

A community for discussion and news about Ruby programming.

Learning Ruby?

Tools

Documentation

Books

Screencasts

News and updates

founded 1 year ago
MODERATORS