mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +00:00
Avoid 1.9 syntax.
This commit is contained in:
parent
af97e2db0f
commit
4532f190cc
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ class HTTP::CookieJar::CookiestxtSaver < HTTP::CookieJar::AbstractSaver
|
||||||
|
|
||||||
def default_options
|
def default_options
|
||||||
{
|
{
|
||||||
header: "# HTTP Cookie File",
|
:header => "# HTTP Cookie File",
|
||||||
linefeed: "\n",
|
:linefeed => "\n",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue