diff --git a/lib/http/cookie.rb b/lib/http/cookie.rb index 0a6a498..e7c698b 100644 --- a/lib/http/cookie.rb +++ b/lib/http/cookie.rb @@ -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.