Class: CLI::Kit::Abort

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

Overview

bug:false; silent: false

Instance Method Summary collapse

Instance Method Details

#bug?Boolean

: -> bool

Returns:

  • (Boolean)


76
77
78
# File 'lib/cli/kit.rb', line 76

def bug?
  false
end