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