module Guard::UI

def reset_line


Reset a line.
def reset_line
  $stderr.print(color_enabled? ? "\r\e[0m" : "\r\n")
end