Class: App::Command::ResultProxy

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/has_helpers/app/command.rb

Instance Method Summary collapse

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/has_helpers/app/command.rb', line 43

def success?
  !(failed || error)
end