# File lib/hiera/backend/eyaml/parser/encrypted_tokens.rb, line 89
          def create_token(string)
            @string_token_type.create_token(string.gsub(/\s/, ''))
          end