class Postmany::Adapters::LocalFilesystem

Defined in:

postmany/adapters/local_filesystem.cr

Instance Method Summary

Instance methods inherited from class Postmany::Ports::Filesystem

ensure_parent_dir(path : String) : Nil ensure_parent_dir, read(path : String) : String read, write(path : String, content : String) : Nil write

Instance Method Detail

def ensure_parent_dir(path : String) : Nil #

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

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

[View source]