method
new
v2.1.0 -
Show latest stable
- Class:
ActionController::Routing::DividerSegment
new(value = nil)public
No documentation available.
# File actionpack/lib/action_controller/routing/segments.rb, line 100
def initialize(value = nil)
super(value)
self.raw = true
self.is_optional = true
end