Method: Mutations::Command.validate

Defined in:
lib/mutations/command.rb

.validate(*args) ⇒ Object

Validates input, but doesn’t call execute. Returns an Outcome with errors anyway.



40
41
42
# File 'lib/mutations/command.rb', line 40

def validate(*args)
  new(*args).validation_outcome
end