module

Termify::ANSI::Clear

Class methods

line(how_much = Erase::All) : String

Erases some or all of the line the cursor is on.

Source
screen(how_much = Erase::All) : String

Clear the screen and move the cursor to the top left corner.

Source