Class: Facter::Util::NothingLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/facter/util/nothing_loader.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#load(collection) ⇒ Object



8
9
# File 'lib/facter/util/nothing_loader.rb', line 8

def load(collection)
end