class Puma::DSL

def drain_on_shutdown(which=true)

Other tags:
    See: Puma::Server#graceful_shutdown -
def drain_on_shutdown(which=true)
  @options[:drain_on_shutdown] = which
end