# File lib/stringex/localization/converter.rb, line 29 29: def cleanup_html_entities! 30: string.gsub! expressions.cleanup_html_entities, '' 31: end