There's no documentation for this item.
# File action_controller/routing/builder.rb, line 11 def separator_pattern(inverted = false) "[#{'^' if inverted}#{Regexp.escape(separators.join)}]" end
<code/>
<pre/>
<code/>and<pre/>for code samples.