class Puma::DSL
def state_path(path)
@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
def state_path(path) @options[:state] = path.to_s end