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