/ruby-object-model

Using Ruby to build a toy version of the Ruby object model (meta! 🤯)

Primary LanguageRuby

ruby-object-model

Challenges around exploring the Ruby object model.

Challenge 1: Kinds of Ruby values (object, modules, class)

Challenge 2: Exploring class hierarchy (Object#class, Class#superclass)