| Method Summary | 
|  | climb(self,
          tree)Climb up the given tree.    (Inherited from
 Primate) | 
|  | eat(self,
          food)Consume the given food object.    (Inherited from
 Animal) | 
|  | grab(self,
          object)Grab hold of the given object.    (Inherited from
 Primate) | 
|  | hack(self,
          code)Improve the given program.
 | 
|  | run(self,
          dest)Run to the given destination.    (Inherited from
 Mammal) | 
|  | sleep(self,
          time)Sleep for the given period of time.    (Inherited from
 Animal) | 
|  | squish(self,
          bug,
          code)Remove the given bug from the given program.
 | 
|  | talk(self,
          animal)Talk to the given animal.    (Inherited from
 Human) |