method
equivalent_remotes?
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Rubygems
equivalent_remotes?(other_remotes)public
No documentation available.
# File lib/bundler/source/rubygems.rb, line 225
def equivalent_remotes?(other_remotes)
other_remotes.map(&method(:remove_auth)) == @remotes.map(&method(:remove_auth))
end