Method: Bundler::Checksum::Source#==

Defined in:
lib/bundler/checksum.rb

#==(other) ⇒ Object

[View source]

132
133
134
# File 'lib/bundler/checksum.rb', line 132

def ==(other)
  other.is_a?(self.class) && other.type == type && other.location == location
end