git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-06-20 03:12:44 +00:00
Родитель edbe0c305a
Коммит f3f30c736d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ End
end
def erase(e = true)
if e and @columns > 0
if e and @columns > 0 and !@verbose
"\r#{" "*@columns}\r"
else
""