Class: Raque::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/raque/cli.rb

Instance Method Summary collapse

Instance Method Details

#build(command, log_file) ⇒ Object



9
10
11
12
13
# File 'lib/raque/cli.rb', line 9

def build command, log_file
  say "Adding #{command} to Resque Raque queue"

  Resque.enqueue Raque, command, log_file
end