# File lib/facter/util/config.rb, line 15
  def self.is_mac?
    RbConfig::CONFIG['host_os'] =~ /darwin/i
  end