Class: CLI::Kit::AbortSilent

Inherits:
GenericAbort
  • Object
show all
Defined in:
lib/cli/kit.rb

Overview

bug:false; silent:true

Instance Method Summary collapse

Instance Method Details

#bug?Boolean

: -> bool

Returns:

  • (Boolean)


93
94
95
# File 'lib/cli/kit.rb', line 93

def bug?
  false
end

#silent?Boolean

: -> bool

Returns:

  • (Boolean)


98
99
100
# File 'lib/cli/kit.rb', line 98

def silent?
  true
end