method
ast
rails latest stable - Class:
ActionDispatch::Journey::Path::Pattern
ast()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 33
def ast
@spec.find_all(&:symbol?).each do |node|
re = @requirements[node.to_sym]
node.regexp = re if re
end
@spec
end