Dig under the surface and explore Ruby’s most advanced feature: a collection of techniques and tricks known as metaprogramming. In this book, you’ll learn metaprogramming as an essential component of Ruby and discover the deep, non-obvious details of the language. Once you understand the tenets of Ruby, including the object model, scopes, and singleton classes, you’re on your way to applying metaprogramming both in your daily work assignments and in your fun, after-hours projects.
Metaprogramming Ruby, Second Edition makes mastering the language enjoyable. The book is packed with:
Pragmatic examples of metaprogramming in action, many of which come straight from real-life gems such as Rails.
Programming challenges that let you experiment and play with some of the most out-there metaprogramming concepts.
Metaprogramming “spells”—33 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress.
This completely revised new edition covers the new features in Ruby 2.0 and 2.1, and contains code from the latest Ruby libraries, including Rails 4. Most examples are new, “from the wild,” with more recent libraries. And the book reflects current ideas of when and how much metaprogramming you should use.
Whether you’re a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.
“The previous edition of Metaprogramming Ruby changed my life and my code, and
helped me get my first programming job. You would think there would be no way
to improve on a book that good, but Paolo Perrotta has done it. Learn to unlock
the hidden potential of this beautiful language, and fall in love with Ruby again.”
Hey, Maartz. No, definitely not a huge gap. Indeed, it’s just a couple of minor fixes: I just wanted to address the one or two remaining errata. That resulted in a few changed words in the “Methods” chapter, and tiny code fixes to one example that didn’t run on recent versions of Ruby.
Oh, sorry, Maartz–now I realize that you’re asking about the gap between the very first printing and the latest one. To be clear, do you have the first printing of “Metaprogramming Ruby 2”, or “Metaprogramming Ruby”, the first edition of the book?
I’m assuming that you’re asking about the first case: the changes between the first and last printing of “Metaprogramming Ruby 2”. There are indeed plenty of changes, but they’re small. They’re mostly errata fixes and similar small tweaks. Nothing that justifies re-reading or re-buying the book for sure.
However, if you have “Metaprogramming Ruby” (the first edition), then the changes are pretty substantial–especially in the Rails chapters, that I basically rewrote from scratch.