60 61 62
# File 'actionpack/lib/action_dispatch/journey/router/utils.rb', line 60 def escape_segment(segment) escape(segment, SEGMENT) end