class Build::Files::Path
def match(pattern, flags = 0)
def match(pattern, flags = 0) path = pattern.start_with?('/') ? full_path : relative_path return File.fnmatch(pattern, path, flags) end
def match(pattern, flags = 0) path = pattern.start_with?('/') ? full_path : relative_path return File.fnmatch(pattern, path, flags) end