There's no documentation for this item.
Source Code
# File action_controller/routing/segments.rb, line 236 def interpolation_chunk(value_code = "#{local_name}") "\#{URI.escape(#{value_code}.to_s, ActionController::Routing::PathSegment::UNSAFE_PCHAR)}" end
<code/>and<pre/>for code samples.