# File lib/facter/util/fact.rb, line 92
  def flush
    @resolves.each { |r| r.flush }
    @value = nil
  end