Class: CLI::Kit::AbortSilent

Inherits:
GenericAbort
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/cli/kit.rb

Overview

bug:false; silent:true

Instance Method Summary collapse

Methods included from T::Sig

sig

Instance Method Details

#bug?Boolean

Returns:

  • (Boolean)


103
104
105
# File 'lib/cli/kit.rb', line 103

def bug?
  false
end

#silent?Boolean

Returns:

  • (Boolean)


108
109
110
# File 'lib/cli/kit.rb', line 108

def silent?
  true
end