# File lib/rubygems/remote_fetcher.rb, line 251 def escape(str) return unless str @uri_parser ||= uri_escaper @uri_parser.escape str end