class Build::Files::Glob

def hash

@returns [Integer] The hash value based on root and pattern.
Compute the hash value for this glob.
def hash
	[@root, @pattern].hash
end