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