Update rdoc.

This commit is contained in:
Akinori MUSHA 2013-03-29 15:34:27 +09:00
parent 48f5783ba5
commit 7ab0a15d78

View file

@ -249,13 +249,15 @@ class HTTP::Cookie
# #
# ### Compatibility Note for Mechanize::Cookie users # ### Compatibility Note for Mechanize::Cookie users
# #
# * Order of parameters is a slightly different in # * Order of parameters changed in
# `HTTP::Cookie.parse`. Compare these: # `HTTP::Cookie.parse`. Compare these:
# #
# Mechanize::Cookie.parse(uri, set_cookie[, log]) # Mechanize::Cookie.parse(uri, set_cookie[, log])
# #
# HTTP::Cookie.parse(set_cookie, uri[, :logger => # 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 # * `HTTP::Cookie.parse` does not yield nil nor include nil in an
# returned array. It simply ignores unparsable parts. # returned array. It simply ignores unparsable parts.
# #