Class: HappyMonkey
- Inherits:
-
SillyMonkey
- Object
- SillyMonkey
- HappyMonkey
- Defined in:
- lib/celluloid-io-pg-listener/examples/double_super_example.rb
Instance Method Summary collapse
Methods inherited from SillyMonkey
Methods included from InitializerEnhancer
Constructor Details
This class inherits a constructor from SillyMonkey
Instance Method Details
#eat_thing(thing) ⇒ Object
29 30 31 |
# File 'lib/celluloid-io-pg-listener/examples/double_super_example.rb', line 29 def eat_thing(thing) puts "Dreaming about #{thing}" end |