method
new
new(ast, path, requirements, separators, anchor = true)
public
Hide source
# File actionpack/lib/action_dispatch/journey/router/strexp.rb, line 17 def initialize(ast, path, requirements, separators, anchor = true) @ast = ast @path = path @requirements = requirements @separators = separators @anchor = anchor end