struct Cride::FileHandler::Delete

Defined in:

file_handler/delete.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rows : Array(String)) #

[View source]

Instance Method Detail

def char(x : Int32, y : Int32) #

[View source]
def clear_line(y : Int32) #

[View source]
def line(y : Int32) #

[View source]
def next_line_append_previous(y : Int32) #

Deletes the line and append the remaing characters to the previous


[View source]