Merge branch 'fix/ui-reset-line' of https://github.com/gix/guard into gix-fix/ui-reset-line

This commit is contained in:
Thibaud Guillaume-Gentil 2011-04-14 21:29:18 +02:00
commit 2359723763

View File

@ -24,7 +24,7 @@ module Guard
end end
def reset_line def reset_line
print "\r\e " print "\r\e[0m"
end end
def clear def clear