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