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