Sha256: ae7796200e5ffcd5f7ff7389ad479a61a80514160201dd77b23d42e3df97cf9f
Contents?: true
Size: 268 Bytes
Versions: 77
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true module LegacyFacter 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
77 entries across 77 versions & 1 rubygems