method
new
v7.1.3.4 -
Show latest stable
- Class:
ActionDispatch::Journey::Nodes::Star
new(left)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 165
def initialize(left)
super(left)
# By default wildcard routes are non-greedy and must match something.
@regexp = /.+?/
end