Method: SimpleCommand#errors
- Defined in:
- lib/simple_command.rb
#errors ⇒ Object
36 37 38 39 40 |
# File 'lib/simple_command.rb', line 36 def errors return super if defined?(super) @errors ||= Errors.new end |
36 37 38 39 40 |
# File 'lib/simple_command.rb', line 36 def errors return super if defined?(super) @errors ||= Errors.new end |