class Utils::LineFormatter
def initialize(output)
def initialize(output) @output = output @output.sync = true filename = 'errors.lst' @errors_lst = File.new(filename, 'w') @errors_lst.sync = true end
def initialize(output) @output = output @output.sync = true filename = 'errors.lst' @errors_lst = File.new(filename, 'w') @errors_lst.sync = true end