# File lib/git/path.rb, line 18
    def writable?
      File.writable?(@path)
    end