method
new
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Routes
new(routes = [])public
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 14
def initialize(routes = [])
@routes = routes
@ast = nil
@anchored_routes = []
@custom_routes = []
@simulator = nil
end