Return the user's home directory
8 9 10
# File 'lib/doing/plugin_manager.rb', line 8 def user_home @user_home ||= Util.user_home end