Class: Sprout::VistaUser
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
#home ⇒ Object
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 |