# File lib/rubypants.rb, line 293 def educate_backticks(str) str. gsub("``", entity(:double_left_quote)). gsub("''", entity(:double_right_quote)) end