# File lib/html/pipeline/camo_filter.rb, line 88
      def hexencode(str)
        str.to_enum(:each_byte).map { |byte| format('%02x', byte) }.join
      end