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