Method: Pawnee::Actions::User#home_for_user

Defined in:
lib/pawnee/pawnee/actions/user.rb

#home_for_user(find_user) ⇒ Object



85
86
87
88
# File 'lib/pawnee/pawnee/actions/user.rb', line 85

def home_for_user(find_user)
  home, shell = passwd_data(find_user)
  return home
end