module Loom::Facts

Constants

EMPTY

Public Class Methods

fact_set(host_spec, shell, loom_config) click to toggle source
# File lib/loom/facts.rb, line 7
def fact_set(host_spec, shell, loom_config)
  FactSet.create_for_host host_spec, shell, loom_config
end
is_empty?(fact_set) click to toggle source
# File lib/loom/facts/fact_set.rb, line 4
def is_empty?(fact_set)
  EMPTY.equal? fact_set
end