Class: Puma::DSL
- Inherits:
-
Object
- Object
- Puma::DSL
- Defined in:
- lib/puma/plugin/mixin_blaze.rb
Instance Method Summary collapse
-
#mixin_blaze_mode(mode = :fork) ⇒ Object
Selects where the Blaze connection lives (see file comment).
Instance Method Details
#mixin_blaze_mode(mode = :fork) ⇒ Object
Selects where the Blaze connection lives (see file comment).
35 36 37 |
# File 'lib/puma/plugin/mixin_blaze.rb', line 35 def mixin_blaze_mode(mode = :fork) [:mixin_blaze_mode] = mode.to_sym end |