From 8649485f53deb7bb318e10af0bda7ed7a1ce3afe Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 11 Apr 2013 21:13:40 +0900 Subject: [PATCH] Improve rdoc. --- lib/http/cookie_jar.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/http/cookie_jar.rb b/lib/http/cookie_jar.rb index e3712eb..c30db5d 100644 --- a/lib/http/cookie_jar.rb +++ b/lib/http/cookie_jar.rb @@ -88,7 +88,8 @@ class HTTP::CookieJar end end - # Iterates over all cookies that are not expired. + # Iterates over all cookies that are not expired in no particular + # order. # # An optional argument `uri` specifies a URI/URL indicating the # destination of the cookies being selected. Every cookie yielded