http-cookie/lib/http/cookie_jar
Akinori MUSHA 8be03978a0 Make each(uri) not fail if a non-HTTP URL is given.
Fix documents with #each.  The uri argument was not made a keyword
argument.

Guarantee that the +uri+ given to AbstractStore#each() is a URI
object.

Make HashStore#each return self as required.
2013-03-15 11:33:54 +09:00
..
abstract_saver.rb Introduce an abstraction layer for saving (serializing) CookieJar. 2013-03-15 04:20:59 +09:00
abstract_store.rb Make each(uri) not fail if a non-HTTP URL is given. 2013-03-15 11:33:54 +09:00
cookiestxt_saver.rb Introduce an abstraction layer for saving (serializing) CookieJar. 2013-03-15 04:20:59 +09:00
hash_store.rb Make each(uri) not fail if a non-HTTP URL is given. 2013-03-15 11:33:54 +09:00
yaml_saver.rb Ignore incompatible YAML data. 2013-03-15 10:46:50 +09:00