diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-01-19 20:09:32 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-01-22 00:19:51 +0000 |
commit | 94af1e5b811f13f9c1b9be6ab6a9eea192a713f8 () | |
tree | e85b2604ebaa52860d974426cb9362ec7d089c49 /lib/uri/generic.rb | |
parent | 34c5e78760d36277b8997be8c09a79b5cdd65407 (diff) |
[ruby/uri] Removed commented-out code
https://.com/ruby/uri/commit/feb8e0dd73
-rw-r--r-- | lib/uri/generic.rb | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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| |