# File lib/mechanize/cookie_jar.rb, line 49
    def empty?(url)
      cookies(url).length > 0 ? false : true
    end