mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Improve rdoc.
This commit is contained in:
parent
57218cb858
commit
8649485f53
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue