class Build::Files::Directory

def roots

@returns [Array(Path)] An array containing the single root path.
Get the root paths as an array.
def roots
	[root]
end