mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +00:00
Remove an obsolete part.
This commit is contained in:
parent
f14c1786cd
commit
b78271db6d
1 changed files with 0 additions and 2 deletions
|
|
@ -137,8 +137,6 @@ class HTTP::Cookie
|
||||||
alias for_domain? for_domain
|
alias for_domain? for_domain
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
include URIFix if defined?(URIFix)
|
|
||||||
|
|
||||||
# Normalizes a given path. If it is empty, the root path '/' is
|
# Normalizes a given path. If it is empty, the root path '/' is
|
||||||
# returned. If a URI object is given, returns a new URI object
|
# returned. If a URI object is given, returns a new URI object
|
||||||
# with the path part normalized.
|
# with the path part normalized.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue