Method: Pult::Executor#run!

Defined in:
lib/pult/executor.rb

#run!Object



33
34
35
36
37
# File 'lib/pult/executor.rb', line 33

def run!
  if @command && @dir && @params
    execute!
  end
end