class Reline::ANSI

def self.erase_after_cursor

Experimental RBS support (using type sampling data from the type_fusion project).

def self.erase_after_cursor: () -> Integer

This signature was generated using 2 samples from 1 application.

def self.erase_after_cursor
  @@output.write "\e[K"
end