Class: Logging::IO::Null
Overview
Discard everything.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Raw
#write_multiple_messages, #write_single_message
Methods inherited from Base
Constructor Details
This class inherits a constructor from Logging::IO::Base
Instance Method Details
#write ⇒ Object
43 44 |
# File 'lib/logging/io.rb', line 43 def write(*) end |