module DPPM::Utils

Extended Modules

Defined in:

utils.cr

Instance Method Summary

Instance Method Detail

def ascii_alphanumeric_dash?(name : String) : Bool #

[View source]
def ascii_alphanumeric_underscore?(string : String) : Bool #

[View source]
def chmod_r(path, mode : Int, follow_symlinks = false) #

[View source]
def chown_r(path, uid : Int? = -1, gid : Int = -1, follow_symlinks = false) #

[View source]
def to_b(string : String) : Bool #

[View source]