# File lib/facter/util/collection.rb, line 78
  def flush
    @facts.each { |name, fact| fact.flush }
  end