There's no documentation for this item.
# File action_controller/routing/routing_ext.rb, line 32 def optionalize(pattern) case unoptionalize(pattern) when /\A(.|\(.*\))\Z/ then "#{pattern}?" else "(?:#{pattern})?" end end
<code/>
<pre/>
<code/>and<pre/>for code samples.