# File lib/puppet-lint/plugins/check_strings.rb, line 147 def fix(problem) problem[:token].type = problem[:token].value.upcase.to_sym end