class Utils::LineFormatter
def initialize(output)
-
output
(IO
) -- the output stream to be used for logging errors
def initialize(output) @output = output @output.sync = true filename = 'errors.lst' @errors_lst = File.new(filename, 'w') @errors_lst.sync = true end