summaryrefslogtreecommitdiff
path: root/lib/uri/generic.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-19 20:09:32 +0900
committergit <svn-admin@ruby-lang.org>2024-01-22 00:19:51 +0000
commit94af1e5b811f13f9c1b9be6ab6a9eea192a713f8 (patch)
treee85b2604ebaa52860d974426cb9362ec7d089c49 /lib/uri/generic.rb
parent34c5e78760d36277b8997be8c09a79b5cdd65407 (diff)
[ruby/uri] Removed commented-out code
https://github.com/ruby/uri/commit/feb8e0dd73
Diffstat (limited to 'lib/uri/generic.rb')
-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|