# File lib/merb-core/server.rb, line 66
      def pid_in_file(pidfile)
        File.read(pidfile).chomp.to_i
      end