# File lib/puppet/parser/lexer.rb, line 505
505:     def string=(string)
506:         @scanner = StringScanner.new(string)
507:     end