Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.11 KB

Metaprogramming Ruby 2 Notes

My chapter by chapter notes (only Part 1) on Metaprogramming Ruby 2 by Paolo Perrotta.

This was my favorite book for learning Ruby several years ago. After being away from Ruby for awhile now, I've begun re-reading this book and taking notes on some of the chapters.

I highly recommend you pick up a copy and work through it as well.

Part 1 - Metaprogramming Ruby

  1. The M Word
  2. Monday: The Object Model
  3. Tuesday: Methods
  4. Wednesday: Blocks
  5. Thursday: Class Definitions
  6. Friday: Code that Writes Code