Class: Dry::Logger::Backends::IO
- Defined in:
- lib/dry/logger/backends/io.rb
Instance Attribute Summary
Attributes inherited from Stream
Attributes included from Core
Instance Method Summary collapse
Methods inherited from Stream
Methods included from Core
Constructor Details
This class inherits a constructor from Dry::Logger::Backends::Stream
Instance Method Details
#close ⇒ Object
9 10 11 |
# File 'lib/dry/logger/backends/io.rb', line 9 def close super unless stream.equal?($stdout) end |