method

escape

v1_9_3_125 - Show latest stable - Class: Gem::RemoteFetcher
escape(str)
public

No documentation available.

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