Class: DebuggerXml::FakeLogger
- Inherits:
-
Object
- Object
- DebuggerXml::FakeLogger
- Defined in:
- lib/debugger_xml/fake_logger.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ FakeLogger
constructor
A new instance of FakeLogger.
- #puts(*args) ⇒ Object
Constructor Details
#initialize(*args) ⇒ FakeLogger
Returns a new instance of FakeLogger.
3 4 |
# File 'lib/debugger_xml/fake_logger.rb', line 3 def initialize(*args) end |
Instance Method Details
#puts(*args) ⇒ Object
6 7 |
# File 'lib/debugger_xml/fake_logger.rb', line 6 def puts(*args) end |