class Build::Files::State::FileTime

def initialize(path, time)

def initialize(path, time)
	@path = path
	@time = time
end