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