| Last updated on Tue Jun 01 12:00:00 CEST 2004 |
| Some tricks… |
|
I’ve found some ~150 .rb files in /tmp which
illustrate a number of tricks (mostly solutions to problems ppl ask about
in #ruby-lang); I’ll put some of them in the Ruby section.
First take, capturing instance method definitions for fun and profit (clean AOP using closures & stuff). |