# File lib/puppet/parser/lexer.rb, line 37 37: def to_s 38: if self.string 39: @string 40: else 41: @name.to_s 42: end 43: end