Skip to content

Commit

Permalink
Add the Metaprogramming Ruby book to Model
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalette committed Feb 12, 2019
1 parent c56a7cb commit 36c7721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2019-02-01-the-ruby-object-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Recently I was called out. I hypothesized that some bad patterns in Ruby are cau
**Edit:** I've been sent other resources about Ruby's Object Model:
- [All I'd Wanted to Know about Ruby's Object Model Starting Out...and Mooar!!!](https://www.youtube.com/watch?v=268UU4EpTew) in which Jun Qi Tan explains what I tried to in this post, in a much more eloquent talk.
- [Unraveling Classes, Instances and Metaclasses in Ruby](https://blog.appsignal.com/2019/02/05/ruby-magic-classes-instances-and-metaclasses.html) by Jeff Kreeftmeijer in the excellent Ruby Magic series.
- [Metaprogramming in Ruby](https://pragprog.com/book/ppmetr2/metaprogramming-ruby-2) by Paolo Perrotta has a section on the object model.

---

Expand Down

0 comments on commit 36c7721

Please sign in to comment.