# File lib/puppet/parser/lexer.rb, line 41 41: def to_s 42: if self.string 43: @string 44: else 45: @name.to_s 46: end 47: end