# File lib/puppet/parser/lexer.rb, line 557
557:   def string=(string)
558:     @scanner = StringScanner.new(string)
559:   end