Method: Puma::DSL#initialize
- Defined in:
- lib/puma/dsl.rb
#initialize(options, config) ⇒ DSL
Returns a new instance of DSL.
71 72 73 74 75 76 |
# File 'lib/puma/dsl.rb', line 71 def initialize(, config) @config = config = @plugins = [] end |