class Inspec::SourceReaderRegistry

Pre-checking of target resolution. Make sure that SourceReader plugins always receive a fetcher.

Public Instance Methods

resolve(target) click to toggle source
Calls superclass method PluginRegistry#resolve
# File lib/inspec/source_reader.rb, line 7
def resolve(target)
  return nil if target.nil?

  super(target)
end