# File lib/puppet/parser/lexer.rb, line 93 93: def add_tokens(hash) 94: hash.each do |regex, name| 95: add_token(name, regex) 96: end 97: end