class ActionDispatch::Journey::Parser

def parse_star

def parse_star
  node = Star.new(Symbol.new(@scanner.last_string, Symbol::GREEDY_EXP))
  advance_token
  node
end