class Build::Files::Paths

def roots

The list of roots for a given list of immutable files is also immutable, so we cache it for performance:
def roots
	@roots ||= super
end