# File lib/stringex/localization/converter.rb, line 70 70: def apostrophes 71: string.gsub! expressions.apostrophe, '\1\2' 72: end