method
new
v2.3.8 -
Show latest stable
- Class:
ActionController::Routing::DividerSegment
new(value = nil, options = {})public
No documentation available.
# File actionpack/lib/action_controller/routing/segments.rb, line 116
def initialize(value = nil, options = {})
super(value, {:raw => true, :optional => true}.merge(options))
end