# File lib/chef/provider/user/dscl.rb, line 32
        def dscl(*args)
          shell_out("dscl . -#{args.join(' ')}")
        end