# File lib/guard/ui.rb, line 112 def reset_line $stderr.print(color_enabled? ? "\r\e[0m" : "\r\n") end