From b78271db6ded0d5f947293f820e071dc585e0f18 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 19 Mar 2013 21:48:41 +0900 Subject: [PATCH] Remove an obsolete part. --- lib/http/cookie.rb | 2 -- 1 file changed, 2 deletions(-) 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.