# File lib/rcodetools/fork_config.rb, line 17
  def self.write_pwd
    open(PWD_FILE, "w"){|f| f.print Dir.pwd }
  end