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