# File lib/puppet/parser/lexer.rb, line 355 355: def find_token 356: @find += 1 357: shift_token || find_regex_token || find_string_token 358: end