104 105 106 107
# File 'lib/inspec/dependencies/requirement.rb', line 104 def fetcher @runner_options ||= (Inspec::Config.cached || {}) @fetcher ||= Inspec::CachedFetcher.new(opts, @cache, @runner_options) end