class Puma::DSL

def state_path(path)

state_path '/u/apps/lolcat/tmp/pids/puma.state'
@example

used by +pumactl+ to query and control the server.
Use +path+ as the file to store the server info state. This is
def state_path(path)
  @options[:state] = path.to_s
end