Class: Sprout::VistaUser

Inherits:
WinUser show all
Defined in:
lib/sprout/user.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from WinUser

#clean_path, #format_application_name, #get_paths, #initialize, #library, #setup_user, #should_repair_executable

Methods inherited from UnixUser

#application_home, #clean_path, #execute, #execute_silent, #execute_thread, #format_application_name, #get_exe_path, #get_paths, #get_process_runner, #home=, #in_path?, #initialize, #library, #platform, #repair_executable, #setup_user, #should_repair_executable

Constructor Details

This class inherits a constructor from Sprout::WinUser

Instance Method Details

#homeObject



400
401
402
403
404
405
406
# File 'lib/sprout/user.rb', line 400

def home
  profile = ENV['USERPROFILE']
  if(profile)
    return profile
  end
  return super
end