I wonder if there are Ruby snippets for various design patterns you can use in Ruby.
Examples:
- Builder method
- Declare ghost methods
- Using blocks for DSLs (like Rails)
So that one doesn't have to reinvent the wheel.
Im not talking about books, but a collection of ruby snippets for various practical things, nothing abstract and general like the GOF patterns.
Snippets or examples that are useful for everyday coding in Ruby.