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