# File lib/mspec/guards/superuser.rb, line 4
4:   def match?
5:     Process.euid == 0
6:   end