public
Description: An article introducing Ruby metaprogramming fundamentals, in source code form.
Homepage:
Clone URL: git://github.com/duelinmarkers/metaprogramming_introduction.git
duelinmarkers (author)
Fri Aug 15 08:03:15 -0700 2008
commit  9cd27dd8571b4428ef791ffa53646f4dd799b573
tree    a9d82e56dd90b41df0d8cff37bf185b595bbffc3
parent  97e4e0c28580e4d44e85e78e2d4ae362ae4f67e7
README
A Ruby Metaprogramming Introduction is an article in Ruby source code form.

Read and run metaprogramming_introduction.rb.

It was originally published on the Practical Ruby blog. A while back though I started 
updating it to be more useful and translating it to use Rspec instead of the funny 
little Test::Unit extension (since Rspec reads just as well but is more likely to be 
familiar to a reader). Once it's all translated I may put it out as a nicely readable 
blog post again, but for now it'll just live here in Git.