On the afternoon that I visited the 2014 Whitney Biennial, I caught sight of a high school group being led through the exhibition by an engaging young arts educator. I slowed down as our paths ...
Method Tables I mentioned earlier that in Ruby, each class contains a method table (a hash table from method name to a piece of code that it binds) and method lookup proceeds up the class hierarchy.