Class: LegacyFacter::Util::NothingLoader

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

Overview

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

Since:

  • 2.0.0

Instance Method Summary collapse

Instance Method Details

#load(collection) ⇒ Object

Since:

  • 2.0.0



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

def load(collection); end