# File lib/puppet/parser/lexer.rb, line 330 330: def initialize 331: @find = 0 332: @regex = 0 333: initvars() 334: end