class Utils::ConfigFile::SyncDir

def skip?(path)

Returns:
  • (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