# File lib/luck/ansi.rb, line 44
def
cursor_to_home
;
print
"\e[J"
;
end