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