# File lib/facter/util/macosx.rb, line 16
16:   def self.profiler_xml(data_field)
17:     Facter::Util::Resolution.exec("/usr/sbin/system_profiler -xml #{data_field}")
18:   end