Extending Class methods with Module Mixins
· 1 min read
I'm about to finish the Eloquent Ruby book (excellent book by the way) and keep finding ruby pearls of wisdom....
· 1 min read
I'm about to finish the Eloquent Ruby book (excellent book by the way) and keep finding ruby pearls of wisdom....
· 1 min read
Ruby Hash (and Array) includes the Enumerable module (mixin), which provides a lot of neat, but also slightly hidden in...