Class: YARD::Logger
- Inherits:
-
Logger
- Object
- Logger
- YARD::Logger
- Defined in:
- lib/puppet-languageserver-sidecar/puppet_strings_monkey_patches.rb
Class Method Summary collapse
-
.instance(_pipe = $stdout) ⇒ Object
Suppress ANY output.
Instance Method Summary collapse
-
#show_progress ⇒ Object
Suppress ANY progress indicators.
Class Method Details
.instance(_pipe = $stdout) ⇒ Object
Suppress ANY output
7 8 9 |
# File 'lib/puppet-languageserver-sidecar/puppet_strings_monkey_patches.rb', line 7 def self.instance(_pipe = $stdout) @logger ||= new(nil) end |
Instance Method Details
#show_progress ⇒ Object
Suppress ANY progress indicators
12 13 14 |
# File 'lib/puppet-languageserver-sidecar/puppet_strings_monkey_patches.rb', line 12 def show_progress false end |