class Hisho::File

Defined in:

core/file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_directory(dir_path : String) #

[View source]
def add_file(path : String, content : String) #

[View source]
def add_path(path : String) : Symbol #

[View source]
def clear #

[View source]
def get(path : String) : String | Nil #

[View source]
def get_added_files : Hash(String, String) #

[View source]
def list : Array(String) #

[View source]
def remove(path : String) #

[View source]