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