# File lib/puppet/parser/lexer.rb, line 97 97: def add_tokens(hash) 98: hash.each do |regex, name| 99: add_token(name, regex) 100: end 101: end