Method: Inspec::Profile.for_target
- Defined in:
- lib/inspec/profile.rb
.for_target(target, opts = {}) ⇒ Object
72 73 74 75 76 |
# File 'lib/inspec/profile.rb', line 72 def self.for_target(target, opts = {}) opts[:cache] = opts[:cache] || Cache.new fetcher = resolve_target(target, opts[:cache]) for_fetcher(fetcher, opts) end |