class Puma::DSL

def plugin(name)


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