# File lib/puppet/parser/lexer.rb, line 88
88:         def lookup(string)
89:             @tokens_by_string[string]
90:         end