Class: Debugger::Xml::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.



4
5
# File 'lib/debugger/xml/fake_logger.rb', line 4

def initialize(*args)
end

Instance Method Details

#puts(*args) ⇒ Object



7
8
# File 'lib/debugger/xml/fake_logger.rb', line 7

def puts(*args)
end