# File lib/cgi/session.rb, line 428
      def delete
        File::unlink @path
      rescue Errno::ENOENT
      end