Method Lookup: Ruby’s class hierarchy is essentially a tree of hash tables that contain, among other things, methods. Searching for a method involves searching the target object’s class. If that fails ...