Class: MIME::Types::WarnLogger::WarnLogDevice
- Inherits:
-
Logger::LogDevice
- Object
- Logger::LogDevice
- MIME::Types::WarnLogger::WarnLogDevice
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mime-types-3.4.1/lib/mime/types/logger.rb
Overview
:nodoc:
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize ⇒ WarnLogDevice
constructor
A new instance of WarnLogDevice.
- #write(m) ⇒ Object
Constructor Details
#initialize ⇒ WarnLogDevice
Returns a new instance of WarnLogDevice.
17 18 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mime-types-3.4.1/lib/mime/types/logger.rb', line 17 def initialize(*) end |
Instance Method Details
#close ⇒ Object
24 25 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mime-types-3.4.1/lib/mime/types/logger.rb', line 24 def close end |