Method: Mudguard::Domain::Dependency#==

Defined in:
lib/mudguard/domain/dependency.rb

#==(other) ⇒ Object



22
23
24
25
# File 'lib/mudguard/domain/dependency.rb', line 22

def ==(other)
  @location == other.instance_eval { @location } &&
    @dependency == other.instance_eval { @dependency }
end