# File lib/yard/generators/helpers/html_helper.rb, line 11
      def h(text)
        CGI.escapeHTML(text.to_s)
      end