Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby Object Model / Class / Modules .... diagram anywhere?

Tags:

ruby

I have been thinking about making my own diagram to better put my head around how all the classes and modules in Ruby inherit from each other. How it all ties together visually. I am sure there is a good one out there. I Googled it but was not satisfied with the results. Any suggestions?

like image 264
slindsey3000 Avatar asked Oct 07 '11 00:10

slindsey3000


1 Answers

I am also a visual learner and ended up drawing my own "homemade" diagram:

Ruby Object Model

Hope this helps.

like image 182
Jerome Dalbert Avatar answered Sep 23 '22 14:09

Jerome Dalbert