# File lib/puppet/parser/lexer.rb, line 105
105:     def sort_tokens
106:       @string_tokens.sort! { |a, b| b.string.length <=> a.string.length }
107:     end