Method: Ungulate::Server.run

Defined in:
lib/ungulate/server.rb

.runObject



16
17
18
19
20
21
# File 'lib/ungulate/server.rb', line 16

def run
  new(
    :job_processor => config.job_processor.call,
    :queue => config.queue.call
  ).run
end