[ruby/uri] Removed commented-out code

https://github.com/ruby/uri/commit/feb8e0dd73
This commit is contained in:
Hiroshi SHIBATA 2024-01-19 20:09:32 +09:00 коммит произвёл git
Родитель 34c5e78760
Коммит 94af1e5b81
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -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|