Class: CLI::Kit::BugSilent
- Inherits:
-
GenericAbort
- Object
- CLI::Kit::BugSilent
- Defined in:
- lib/cli/kit.rb
Overview
bug:true; silent:true
Instance Method Summary collapse
-
#silent? ⇒ Boolean
: -> bool.
Instance Method Details
#silent? ⇒ Boolean
: -> bool
86 87 88 |
# File 'lib/cli/kit.rb', line 86 def silent? true end |