From 01f5233026c4794b7e084574530ec16d637adab9 Mon Sep 17 00:00:00 2001 From: ashbb Date: Sat, 18 Jul 2009 15:25:42 +0900 Subject: [PATCH] added the link to Metaprogramming Ruby by Paolo Perrotta --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b96f86..c809e09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Ruby Metaprogramming Study Note =============================== I'm now taking a sniff of Ruby Metaprogramming. This is my tiny Study Note. :) -June 25th, 2009 by ashbb (Satoshi Asakawa) +July 18th, 2009 by ashbb (Satoshi Asakawa) Videos @@ -26,6 +26,8 @@ Books 5. [Ruby Best Practices](http://oreilly.com/catalog/9780596156749/), Chapter 3: Mastering the Dynamic Toolkit +6. [Metaprogramming Ruby](http://www.pragprog.com/titles/ppmetr/metaprogramming-ruby) by [Paolo Perrotta](http://rubylearning.com/blog/2009/07/01/interview-author-paolo-perrotta/), **Super Highly Recommend!!** + Sample Apps -----------