Method: Doing::Plugins.user_home

Defined in:
lib/doing/plugin_manager.rb

.user_homeObject

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