class Puma::DSL

def pidfile(path)

pidfile '/u/apps/lolcat/tmp/pids/puma.pid'
@example

Store the pid of the server in the file at "path".
def pidfile(path)
  @options[:pidfile] = path.to_s
end