Method: Bundler::Source::Rubygems#eql?
- Defined in:
- lib/bundler/source/rubygems.rb
permalink #eql?(other) ⇒ Boolean Also known as: ==
76 77 78 |
# File 'lib/bundler/source/rubygems.rb', line 76 def eql?(other) other.is_a?(Rubygems) && other.credless_remotes == credless_remotes end |