# File lib/heroku/command/run.rb, line 50 def console_history_dir FileUtils.mkdir_p(path = "#{home_directory}/.heroku/console_history") path end