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