Sha256: c38f9ffc1e39f74796d735161e4a08cea9690b99d3685ea71b66ff2c816fc82c
Contents?: true
Size: 237 Bytes
Versions: 121
Compression:
Stored size: 237 Bytes
Contents
module Facter module Util # An external fact loader that doesn't load anything # This makes it possible to disable loading # of external facts class NothingLoader def load(collection) end end end end
Version data entries
121 entries across 121 versions & 2 rubygems