11 12 13 14 15 16
# File 'lib/inspec/fetcher.rb', line 11 def self.fetcher(version) if version != 1 fail 'Only fetcher version 1 is supported!' end Inspec::Plugins::Fetcher end