Method: Bundler::Settings::Mirror#==
- Defined in:
- lib/bundler/mirror.rb
#==(other) ⇒ Object
94 95 96 |
# File 'lib/bundler/mirror.rb', line 94 def ==(other) !other.nil? && uri == other.uri && fallback_timeout == other.fallback_timeout end |