# File lib/rack/test/cookie_jar.rb, line 135 def for(uri) hash_for(uri).values.map { |c| c.raw }.join(';') end