mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +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
|
||||
{
|
||||
header: "# HTTP Cookie File",
|
||||
linefeed: "\n",
|
||||
:header => "# HTTP Cookie File",
|
||||
:linefeed => "\n",
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue