method
eql?
v1_9_1_378 -
Show latest stable
- Class:
URI::Generic
eql?(oth)public
No documentation available.
# File lib/uri/generic.rb, line 1061
def eql?(oth)
@parser == oth.parser &&
self.component_ary.eql?(oth.component_ary)
end