# File lib/specinfra/command/base/user.rb, line 49 def get_home_directory(user) "getent passwd #{escape(user)} | cut -f 6 -d ':'" end