# File lib/rcodetools/fork_config.rb, line 9
  def self.chdir_fork_directory
    if run?
      Dir.chdir File.read(PWD_FILE)
    else
      raise "rct-fork is not running."
    end
  end