module

BambooHRCLI::FileSystemInterface

Instance methods

chmod(path : String | Path, mode : Int | File::Permissions) : Nil
Source
delete(path : String | Path) : Nil
Source
exists?(path : String | Path) : Bool
Source
read(path : String | Path) : String
Source
write(path : String | Path, content : String) : Nil
Source