97 98 99
# File 'actionpack/lib/action_dispatch/journey/path/pattern.rb', line 97 def visit_LITERAL(node) Regexp.escape(node.left) end