Method: Rack::Handler::Puma.run
- Defined in:
- lib/brick/compatibility.rb
.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 |