# File lib/yard/generators/helpers/html_helper.rb, line 15
      def urlencode(text)
        CGI.escape(text.to_s)
      end