Skip to content

Commit 36c7721

Browse files
committed
Add the Metaprogramming Ruby book to Model
1 parent c56a7cb commit 36c7721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2019-02-01-the-ruby-object-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Recently I was called out. I hypothesized that some bad patterns in Ruby are cau
1111
**Edit:** I've been sent other resources about Ruby's Object Model:
1212
- [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.
1313
- [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.
14+
- [Metaprogramming in Ruby](https://pragprog.com/book/ppmetr2/metaprogramming-ruby-2) by Paolo Perrotta has a section on the object model.
1415

1516
---
1617

0 commit comments

Comments
 (0)