# File lib/puppet/parser/lexer.rb, line 510
510:     def commentpop
511:         return @commentstack.pop[0]
512:     end