Module inh_example :: Class Human
[hide private]
[frames] | no frames]

Class Human

source code

Animal --+        
         |        
    Mammal --+    
             |    
       Primate --+
                 |
                Human
Known Subclasses:

Instance Methods [hide private]
 
talk(self, animal)
Talk to the given animal.
source code

Inherited from Primate: climb, grab

Inherited from Mammal: run

Inherited from Animal: eat, sleep

Method Details [hide private]

talk(self, animal)

source code 

Talk to the given animal. Depending on what kind of creature animal is, it may or may not be responsive.