# File lib/puppet/parser/lexer.rb, line 317 317: def find_token 318: @find += 1 319: find_regex_token || find_string_token 320: end