Module: Rack::Handler::Puma
- Defined in:
- lib/brick/compatibility.rb
Class Method Summary collapse
Class Method Details
._brick_run ⇒ Object
167 |
# File 'lib/brick/compatibility.rb', line 167 alias _brick_run run |
.run(app, *args, **options) ⇒ Object
168 169 170 171 |
# File 'lib/brick/compatibility.rb', line 168 def run(app, *args, **) .merge!(args.pop) if args.last.is_a?(Hash) _brick_run(app, **) end |