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