Method: YARD::Logger.instance
- Defined in:
- lib/yard/logging.rb
.instance(pipe = STDOUT) ⇒ Logger
The logger instance
38 39 40 |
# File 'lib/yard/logging.rb', line 38 def self.instance(pipe = STDOUT) @logger ||= new(pipe) end |
The logger instance
38 39 40 |
# File 'lib/yard/logging.rb', line 38 def self.instance(pipe = STDOUT) @logger ||= new(pipe) end |