class ObServ::CelluloidPublisher::Wrapper

Public Instance Methods

publish(event, *args) click to toggle source
# File lib/ob_serv/celluloid.rb, line 13
def publish(event, *args)
  ObServ.publish event, *args
end