# File lib/heroku/commands/app.rb, line 244 def console_history_dir FileUtils.mkdir_p(path = "#{home_directory}/.heroku/console_history") path end