Class: DebuggerXml::FakeLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/debugger_xml/fake_logger.rb

Instance Method Summary collapse

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