Method: Inspec::Profile.resolve_target
- Defined in:
- lib/inspec/profile.rb
.resolve_target(target, cache) ⇒ Object
27 28 29 30 |
# File 'lib/inspec/profile.rb', line 27 def self.resolve_target(target, cache) Inspec::Log.debug "Resolve #{target} into cache #{cache.path}" Inspec::CachedFetcher.new(target, cache) end |