class FakeFS::Pathname

def writable_real?

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