Class: ObServ::CelluloidPublisher::Wrapper

Inherits:
Object
  • Object
show all
Includes:
Celluloid
Defined in:
lib/ob_serv/celluloid_publisher.rb

Instance Method Summary collapse

Instance Method Details

#publish(event, *args) ⇒ Object



11
12
13
# File 'lib/ob_serv/celluloid_publisher.rb', line 11

def publish(event, *args)
  ObServ.publish event, *args
end