class Build::Files::Directory

def include?(path)

def include?(path)
	# Would be true if path is a descendant of full_path.
	path.start_with?(@root)
end