Class: HappyMonkey

Inherits:
SillyMonkey show all
Defined in:
lib/celluloid-io-pg-listener/examples/double_super_example.rb

Instance Method Summary collapse

Methods inherited from SillyMonkey

#initialize

Methods included from InitializerEnhancer

#initialize

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