class Build::Files::Path

def modified_time

The time the file was last modified.
def modified_time
	File.mtime(self.to_s)
end