class Build::Files::Glob

def roots

@returns [Array(Path)] An array containing the root path.
Get the root paths for this glob.
def roots
	[@root]
end