Sha256: 05401ecac5f49739349791595db146932d37fd03ad985009e4dc6dc584f012c4
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true module Facter module Macosx class MemorySwapTotalBytes FACT_NAME = 'memory.swap.total_bytes' def call_the_resolver fact_value = Resolvers::Macosx::SwapMemory.resolve(:total_bytes) ResolvedFact.new(FACT_NAME, fact_value) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facter-4.0.8.pre | lib/facts/macosx/memory/swap/total_bytes.rb |
facter-4.0.7.pre | lib/facts/macosx/memory/swap/total_bytes.rb |