method

parse_star

rails latest stable - Class: ActionDispatch::Journey::Parser

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

parse_star()
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/parser.rb, line 68
        def parse_star
          node = Star.new(Symbol.new(@scanner.last_string, Symbol::GREEDY_EXP))
          advance_token
          node
        end