vote up 1 vote down star
2

I have just started to learn Ruby and got a good take on the basics. I keep hearing that one of the cool things that Ruby does very well is metaprogramming, but none of the tutorials I've read cover this. Searching Google I can only seem to find paid for ruby metaprogramming screen casts.

So, where can I find a good Ruby metaprogramming tutorial online?

flag

4 Answers

vote up 5 vote down check

The above article does refer to this but I'll post it for clarity: http://whytheluckystiff.net/articles/seeingMetaclassesClearly.html

link|flag
The Dwemthy's Array sample linked from there is a great (if not entirely practical) example of metaprogramming. – Chuck Apr 26 at 8:00
vote up 2 vote down

If you are prepared to outlay a little cash, then The Pragmatic Programmers website has an excellent screencast series on the Ruby Object Model and metaprogramming. It's not very expensive and is a very comprehensive series that goes over a lot of cool stuff and worth every cent.

I need to watch it again to try and get my head around some of the concepts, then I can be one of the cool meta crowd :)

link|flag
vote up 2 vote down

Here is a good introduction for ruby metaprogramming: http://practicalruby.blogspot.com/2007/02/ruby-metaprogramming-introduction.html

link|flag
vote up 1 vote down

Here is a nice overview: http://ola-bini.blogspot.com/2006/09/ruby-metaprogramming-techniques.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.