Ruby Method Dispatch In order to do a method call in Ruby, a runtime simply looks at the target object’s class hierarchy, searches for the method from bottom to top, and upon finding it performs the ...