# File lib/capistrano/recipes/deploy/remote_dependency.rb, line 27
      def writable(path, options={})
        @message ||= "`#{path}' is not writable"
        try("test -w #{path}", options)
        self
      end