class Puma::DSL

def raise_exception_on_sigterm(answer=true)

Other tags:
    See: Puma::Cluster#setup_signals -
    See: Puma::Launcher#setup_signals -
def raise_exception_on_sigterm(answer=true)
  @options[:raise_exception_on_sigterm] = answer
end