class Git::Path

def writable?

def writable?
  File.writable?(@path)
end