class Puma::DSL

def initialize(options, config)

def initialize(options, config)
  @config  = config
  @options = options
  @plugins = []
end