Class: CLI::Kit::AbortSilent
- Inherits:
-
GenericAbort
- Object
- CLI::Kit::AbortSilent
- Extended by:
- T::Sig
- Defined in:
- lib/cli/kit.rb
Overview
bug:false; silent:true
Instance Method Summary collapse
Methods included from T::Sig
Instance Method Details
#bug? ⇒ Boolean
103 104 105 |
# File 'lib/cli/kit.rb', line 103 def bug? false end |
#silent? ⇒ Boolean
108 109 110 |
# File 'lib/cli/kit.rb', line 108 def silent? true end |