Class: Miu::Nodes::IRC::Publisher
- Inherits:
-
Object
- Object
- Miu::Nodes::IRC::Publisher
- Includes:
- Celluloid::ZMQ, Publisher
- Defined in:
- lib/miu/nodes/irc/publisher.rb
Instance Method Summary collapse
Instance Method Details
#write(msg) ⇒ Object
12 13 14 15 16 |
# File 'lib/miu/nodes/irc/publisher.rb', line 12 def write(msg) packet = super Miu::Logger.debug "[PUB] #{packet}" packet end |