module Bundler::Audit::CLI::Formats::Junit

def say_xml(*lines)

def say_xml(*lines)
  say(lines.join($/))
end