struct Cride::FileHandler::Add

Defined in:

file_handler/add.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

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

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

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

[View source]
def set_char(x : Int32, y : Int32, char : Char) #

[View source]