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)


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

def bug?
  false
end