# File lib/mcollective/facts/base.rb, line 72
      def has_fact?(fact)
        get_fact(nil).include?(fact)
      end