# File lib/stringex/localization/converter.rb, line 52 52: def strip_html_tags! 53: string.gsub! expressions.html_tag, '' 54: end