Ruby's method-lookup path and Object Individuation
Objects seek their methods in both classes and superclasses, all the way up the inheritance tree; let’s see how this method-lookup process works when modules are also involved.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Objects seek their methods in both classes and superclasses, all the way up the inheritance tree; let’s see how this method-lookup process works when modules are also involved.
Post a comment