Class: App::Command::ResultProxy
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- App::Command::ResultProxy
- Defined in:
- lib/has_helpers/app/command.rb
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
43 44 45 |
# File 'lib/has_helpers/app/command.rb', line 43 def success? !(failed || error) end |