Method: Inspec::Requirement#dependencies

Defined in:
lib/inspec/dependencies/requirement.rb

#dependenciesObject

load dependencies of the dependency



99
100
101
102
103
# File 'lib/inspec/dependencies/requirement.rb', line 99

def dependencies
  @dependencies ||= profile..dependencies.map do |r|
    Inspec::Requirement.(r, @cache, cwd: @cwd, backend: @backend)
  end
end