# File lib/yard/templates/helpers/uml_helper.rb, line 26 def h(text) text.to_s.gsub(/(\W)/, '\\\\\1') end