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)


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

def bug?
  false
end

#silent?Boolean

Returns:

  • (Boolean)


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

def silent?
  true
end