Ruby

639 readers
2 users here now

A community for discussion and news about Ruby programming.

Learning Ruby?

Tools

Documentation

Books

Screencasts

News and updates

founded 2 years ago
MODERATORS
76
77
 
 

Interesting, a shell made with Ruby. Author posted a screencast here. Not sure how practical it is but an interesting project for Ruby

78
 
 

A good resource for anyone that wants to learn Hotwire :)

79
1
Welcome to c/Ruby! (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by erlingur@programming.dev to c/ruby@programming.dev
 
 

I figured I'd also create a welcome post :) So, welcome!

I hope we can create a welcoming environment here for all and as always, MINASWAN :)

80
 
 

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)

81