mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Update rdoc.
This commit is contained in:
parent
48f5783ba5
commit
7ab0a15d78
1 changed files with 3 additions and 1 deletions
|
|
@ -249,13 +249,15 @@ class HTTP::Cookie
|
|||
#
|
||||
# ### Compatibility Note for Mechanize::Cookie users
|
||||
#
|
||||
# * Order of parameters is a slightly different in
|
||||
# * Order of parameters changed in
|
||||
# `HTTP::Cookie.parse`. Compare these:
|
||||
#
|
||||
# Mechanize::Cookie.parse(uri, set_cookie[, log])
|
||||
#
|
||||
# HTTP::Cookie.parse(set_cookie, uri[, :logger => # log])
|
||||
#
|
||||
# * `HTTP::Cookie.parse` does not accept nil for `set_cookie`.
|
||||
#
|
||||
# * `HTTP::Cookie.parse` does not yield nil nor include nil in an
|
||||
# returned array. It simply ignores unparsable parts.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue