Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions lib/uri/generic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1402,19 +1402,6 @@ def eql?(oth)
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|
Expand Down