# File lib/puppet/parser/lexer.rb, line 92
92:     def lookup(string)
93:       @tokens_by_string[string]
94:     end