Module: Pubsubstub::RedisPubSub

Extended by:
RedisPubSub
Included in:
RedisPubSub
Defined in:
lib/pubsubstub.rb

Overview

Deprecated. Use Pubsubstub.publish instead

Instance Method Summary collapse

Instance Method Details

#publish(channel_name, event) ⇒ Object



77
78
79
# File 'lib/pubsubstub.rb', line 77

def publish(channel_name, event)
  Channel.new(channel_name).publish(event)
end