Method: Mudguard::Domain::Dependency#initialize

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

#initialize(dependency:, location: nil) ⇒ Dependency

Returns a new instance of Dependency.



9
10
11
12
# File 'lib/mudguard/domain/dependency.rb', line 9

def initialize(dependency:, location: nil)
  @location = location
  @dependency = dependency
end