Method: Mutations::Command#run

Defined in:
lib/mutations/command.rb

#runObject



78
79
80
81
# File 'lib/mutations/command.rb', line 78

def run
  return validation_outcome if has_errors?
  validation_outcome(execute)
end