Class: CLI::Kit::Abort

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

Overview

bug:false; silent: false

Instance Method Summary collapse

Methods included from T::Sig

sig

Instance Method Details

#bug?Boolean

Returns:

  • (Boolean)


81
82
83
# File 'lib/cli/kit.rb', line 81

def bug?
  false
end