class Build::Files::Glob

def include?(path)

def include?(path)
	File.fnmatch(full_pattern, path)
end