Method: Fixman::Task#run

Defined in:
lib/fixman/task.rb

#run(target) ⇒ Object



12
13
14
15
16
17
# File 'lib/fixman/task.rb', line 12

def run target
  success = @command.call(target)
  @cleanup.call(target)

  success
end