class Puma::DSL

def plugin(name)


plugin :tmp_restart
@example

Load the named plugin for use by this configuration.
def plugin(name)
  @plugins << @config.load_plugin(name)
end