Sha256: e21a13830d2d5edbbcdab0f46e6f60c49aa593dd57f8fab31e0e676a19e8f3fe

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

# This class represents a fact. Each fact has a name and multiple
# {Facter::Util::Resolution resolutions}.
#
# Create facts using {Facter.add}
#
# @api public
module Facter
  module Util
    class Fact < LegacyFacter::Util::Fact
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
facter-4.0.13 lib/util/fact.rb
facter-4.0.12 lib/util/fact.rb
facter-4.0.11 lib/util/fact.rb
facter-4.0.10.pre lib/util/fact.rb
facter-4.0.9.pre lib/util/fact.rb
facter-4.0.8.pre lib/util/fact.rb
facter-4.0.7.pre lib/util/fact.rb