class Build::Files::State

def dirty?(inputs)

Are these files dirty with respect to the given inputs?
def dirty?(inputs)
	self.class.dirty?(inputs, self)
end