class DebuggerXml::Ide::Logger

Public Instance Methods

puts(string) click to toggle source
# File lib/debugger_xml/ide/logger.rb, line 4
def puts(string)
  $stderr.puts(string)
end