Method: Berkshelf::Source#==
- Defined in:
- lib/berkshelf/source.rb
#==(other) ⇒ Object
164 165 166 167 168 |
# File 'lib/berkshelf/source.rb', line 164 def ==(other) return false unless other.is_a?(self.class) type == other.type && uri == other.uri end |