module DPPM::Utils
Extended Modules
Defined in:
utils.crInstance Method Summary
- #ascii_alphanumeric_dash?(name : String) : Bool
- #ascii_alphanumeric_underscore?(string : String) : Bool
- #chmod_r(path, mode : Int, follow_symlinks = false)
- #chown_r(path, uid : Int? = -1, gid : Int = -1, follow_symlinks = false)
- #to_b(string : String) : Bool