Method: OpenapiFirst::UseRouter#initialize
- Defined in:
- lib/openapi_first/use_router.rb
#initialize(app, options = {}) ⇒ Object
5 6 7 8 9 |
# File 'lib/openapi_first/use_router.rb', line 5 def initialize(app, = {}) @app = app @options = super end |