class Build::Files::Glob

def full_pattern

@returns [String] The complete glob pattern.
Get the full pattern including the root path.
def full_pattern
	Path.join(@root, @pattern)
end