Class: Server::Demo
- Includes:
- DefaultHandler
- Defined in:
- lib/demo_listener.rb
Overview
The Demo class
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Demo
constructor
A new instance of Demo.
Methods included from DefaultHandler
#channel_active, #exception_caught, #message_received
Constructor Details
#initialize(options = {}) ⇒ Demo
Returns a new instance of Demo.
21 22 23 |
# File 'lib/demo_listener.rb', line 21 def initialize( = {}) = end |