# File lib/bundler/vendor/net/http/persistent.rb, line 666
  def escape str
    CGI.escape str if str
  end