JJB Blog

Posts Tagged ‘classmethods’

Ruby class methods — several ways to define them, and how to abstract them into a module/mixin

I learned/confirmed two things about Ruby class methods recently: several equivalent ways to define them, and how to abstract them into a module/mixin.