method
new
v7.1.3.4 -
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 143
def initialize(left, regexp = DEFAULT_EXP)
super(left)
@regexp = regexp
@name = -left.tr("*:", "")
end