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