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