Method: Puma::DSL#initialize
- Defined in:
- lib/puma/dsl.rb
#initialize(options, config) ⇒ DSL
Returns a new instance of DSL.
126 127 128 129 130 131 |
# File 'lib/puma/dsl.rb', line 126 def initialize(, config) @config = config = @plugins = [] end |