Module: Rack::App::SingletonMethods::RouteHandling

Included in:
Rack::App::SingletonMethods
Defined in:
lib/rack/app/singleton_methods/route_handling.rb

Instance Method Summary collapse

Instance Method Details

#routerObject



2
3
4
# File 'lib/rack/app/singleton_methods/route_handling.rb', line 2

def router
  @router ||= Rack::App::Router.new
end