# File lib/facter.rb, line 160
  def self.add(name, options = {}, &block)
    collection.add(name, options, &block)
  end