# File lib/merb-core/server.rb, line 290 def pid_file(port) pidfile = Merb::Config[:pid_file] || (Merb.log_path / "merb.%s.pid") pidfile % port end