# File lib/uri_template/utils.rb, line 98
        def to_ascii(str)
          str.encode(Encoding::ASCII)
        end