class Puma::DSL

def workers(count)

Other tags:
    See: Puma::Cluster -

Other tags:
    Note: - Cluster mode only.
def workers(count)
  @options[:workers] = count.to_i
end