# File lib/puppet/parser/lexer.rb, line 576
576:   def commentpush
577:     @commentstack.push(['', @line])
578:   end