Remove an obsolete part.

This commit is contained in:
Akinori MUSHA 2013-03-19 21:48:41 +09:00
parent f14c1786cd
commit b78271db6d

View file

@ -137,8 +137,6 @@ class HTTP::Cookie
alias for_domain? for_domain
class << self
include URIFix if defined?(URIFix)
# Normalizes a given path. If it is empty, the root path '/' is
# returned. If a URI object is given, returns a new URI object
# with the path part normalized.