class Facter::Util::NothingLoader

An external fact loader that doesn't load anything This makes it possible to disable loading of external facts

Public Instance Methods

load(collection) click to toggle source
# File lib/facter/util/nothing_loader.rb, line 8
def load(collection)
end