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