Method: SimpleCommand#errors

Defined in:
lib/simple_command.rb

#errorsObject



36
37
38
39
40
# File 'lib/simple_command.rb', line 36

def errors
  return super if defined?(super)

  @errors ||= Errors.new
end