class Puma::DSL

def idle_timeout(seconds)

Other tags:
    See: Puma::Server.new -
def idle_timeout(seconds)
  @options[:idle_timeout] = Integer(seconds)
end