# File lib/mongrel.rb, line 768 def write_pid_file if RUBY_PLATFORM !~ /mswin/ open(@pid_file,"w") {|f| f.write(Process.pid) } end end