class FakeFS::Pathname

def readable?

See FileTest.readable?.
def readable?
  FileTest.readable?(@path)
end