class SimpleCov::Formatter::LcovFormatter

def write_lcov!(file)

def write_lcov!(file)
  File.open(File.join(self.class.output_directory, output_filename(file.filename)), 'w') do |f|
    f.write format_file(file)
  end
end