method

new

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