Class HTTP::CookieJar::YAMLSaver
In: lib/http/cookie_jar/yaml_saver.rb
Parent: HTTP::CookieJar::AbstractSaver

YAMLSaver saves and loads cookies in the YAML format. It can load a YAML file saved by Mechanize, but the saving format is not compatible with older versions of Mechanize (< 2.7).

Methods

load   save  

Public Instance methods

[Validate]