# File lib/puppet/parser/lexer.rb, line 524 524: def commentpush 525: @commentstack.push(['', @line]) 526: end