class Utils::ConfigFile::SyncDir
def skip?(path)
-
(TrueClass, FalseClass)
- true if the path matches the skip
Parameters:
-
path
(String
) -- the path to check against the skip pattern
def skip?(path) path =~ skip_path end
(TrueClass, FalseClass)
- true if the path matches the skip
path
(String
)
-- the path to check against the skip pattern
def skip?(path) path =~ skip_path end