Sublime
An inspiration engine for ideas
Polished Ruby Programming: Build better software with more intuitive, maintainable, scalable, and high-performance Ruby code
amazon.com

Ruby is an object-oriented language,
Joe Leo • The Well-Grounded Rubyist
Ruby
my.call-ruby.comAnd there’s an attr_writer method, too: class Ticket attr_writer :price end With that single line, we wrote (or, rather, Ruby wrote for us) our price= setter method. One line takes the place of three. In the case of the reader methods, one line took the place of nine!
Joe Leo • The Well-Grounded Rubyist
Examples of Ruby expressions and the values to which they evaluate
Joe Leo • The Well-Grounded Rubyist
akhil-gautam/nextjs-on-rails: Next.js + Ruby on Rails API - GitHub
github.com
Writing by Ruby Justice Thelot
asterisques.com
Note, however, that the Ruby convention is to use underscores rather than camel case when composing local variable names from multiple words—for example, first_name rather than firstName.