module Pubsubstub::RedisPubSub

Deprecated. Use Pubsubstub.publish instead

Public Instance Methods

publish(channel_name, event) click to toggle source
# File lib/pubsubstub.rb, line 83
def publish(channel_name, event)
  Channel.new(channel_name).publish(event)
end