abstract class Postmany::Ports::Filesystem

Direct Known Subclasses

Defined in:

postmany/ports/filesystem.cr

Instance Method Summary

Instance Method Detail

abstract def ensure_parent_dir(path : String) : Nil #

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

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

[View source]