114 115 116
# File 'lib/miu/sockets.rb', line 114 def subscribe(topic) error_wrapper { @socket.setsockopt(::ZMQ::SUBSCRIBE, topic) } end