class Bundler::URI::Generic
def ==(oth)
Compares two URIs.
def ==(oth) if self.class == oth.class self.normalize.component_ary == oth.normalize.component_ary else false end end
def ==(oth) if self.class == oth.class self.normalize.component_ary == oth.normalize.component_ary else false end end