# File lib/genome-dsl/machines.rb, line 163
    def include_facts(*facts)
      # reject the cases where lookup_fact returns nil
      @facts.concat(facts.map {|f| @dsl.lookup_fact(f)}.compact)
    end