Class: CLI::Kit::BugSilent

Inherits:
GenericAbort
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/cli/kit.rb

Overview

bug:true; silent:true

Instance Method Summary collapse

Methods included from T::Sig

sig

Instance Method Details

#silent?Boolean

Returns:

  • (Boolean)


93
94
95
# File 'lib/cli/kit.rb', line 93

def silent?
  true
end