Class: NullLogger
- Inherits:
-
Logger
- Object
- Logger
- NullLogger
- Defined in:
- lib/bug_report_templates/rails_5_master.rb
Instance Method Summary collapse
- #add(*_args, &_block) ⇒ Object
-
#initialize(*_args) ⇒ NullLogger
constructor
A new instance of NullLogger.
Constructor Details
#initialize(*_args) ⇒ NullLogger
Returns a new instance of NullLogger.
32 33 |
# File 'lib/bug_report_templates/rails_5_master.rb', line 32 def initialize(*_args) end |
Instance Method Details
#add(*_args, &_block) ⇒ Object
35 36 |
# File 'lib/bug_report_templates/rails_5_master.rb', line 35 def add(*_args, &_block) end |