class Build::Files::Path

def readable?

def readable?
	File.readable?(self.to_s)
end