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