# File lib/heroku/helpers.rb, line 5 def home_directory running_on_windows? ? ENV['USERPROFILE'] : ENV['HOME'] end