method
new
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Nodes::Symbol
new(left, regexp = DEFAULT_EXP)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 144
def initialize(left, regexp = DEFAULT_EXP)
super(left)
@regexp = regexp
@name = -left.tr("*:", "")
end