84 85 86 87 88 89 90 91
# File 'actionpack/lib/action_dispatch/journey/path/pattern.rb', line 84 def visit_SYMBOL(node) node = node.to_sym return @separator_re unless @matchers.key?(node) re = @matchers[node] "(#{Regexp.union(re)})" end