summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/uri/generic.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index 9ea2335cea..baa6a4c34c 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -1402,19 +1402,6 @@ module URI
self.component_ary.eql?(oth.component_ary)
end
-=begin
-
---- URI::Generic#===(oth)
-
-=end
-# def ===(oth)
-# raise NotImplementedError
-# end
-
-=begin
-=end
-
-
# Returns an Array of the components defined from the COMPONENT Array.
def component_ary
component.collect do |x|