class PubsubNotifier::Pubsub

Public Instance Methods

call(event, *args) click to toggle source
# File lib/pubsub_notifier/pubsub.rb, line 5
def call(event, *args)
  broadcast(event, *args)
end