# File lib/mechanize/cookie_jar.rb, line 23 def add(uri, cookie) return nil unless cookie.acceptable_from_uri?(uri) add!(cookie) cookie end