Class: PubsubNotifier::Pubsub

Inherits:
Object
  • Object
show all
Includes:
Wisper::Publisher
Defined in:
lib/pubsub_notifier/pubsub.rb

Instance Method Summary collapse

Instance Method Details

#call(event, *args) ⇒ Object



5
6
7
# File 'lib/pubsub_notifier/pubsub.rb', line 5

def call(event, *args)
  broadcast(event, *args)
end