Class: CLI::Kit::AbortSilent
- Inherits:
-
GenericAbort
- Object
- CLI::Kit::AbortSilent
- Defined in:
- lib/cli/kit.rb
Overview
bug:false; silent:true
Instance Method Summary collapse
-
#bug? ⇒ Boolean
: -> bool.
-
#silent? ⇒ Boolean
: -> bool.
Instance Method Details
#bug? ⇒ Boolean
: -> bool
93 94 95 |
# File 'lib/cli/kit.rb', line 93 def bug? false end |
#silent? ⇒ Boolean
: -> bool
98 99 100 |
# File 'lib/cli/kit.rb', line 98 def silent? true end |