Class: BZMQ::PubSocket

Inherits:
Socket
  • Object
show all
Defined in:
lib/bzmq/sockets.rb

Instance Method Summary collapse

Methods inherited from Socket

#bind, #close, #connect, #read, #write

Constructor Details

#initialize(options = {}) ⇒ PubSocket

Returns a new instance of PubSocket.



40
41
42
# File 'lib/bzmq/sockets.rb', line 40

def initialize(options={})
  super(ZMQ::PUB, options)
end