# File lib/yard/generators/helpers/html_helper.rb, line 47 def fix_typewriter(text) text.gsub(/\+(?! )([^\+]{1,900})(?! )\+/, '<tt>\1</tt>') end