class Build::Files::Paths

def hash

@returns [Integer] The hash value based on the list.
Compute the hash value for this paths list.
def hash
	@list.hash
end