# File lib/facter/util/unix_root.rb, line 2
  def self.root?
    Process.uid == 0
  end