class LegacyFacter::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/custom_facts/util/nothing_loader.rb, line 9 def load(collection); end