Method: Gem::UriFormatter#unescape

Defined in:
lib/rubygems/uri_formatter.rb

#unescapeObject

Unescapes the #uri which came from a CGI parameter



43
44
45
46
# File 'lib/rubygems/uri_formatter.rb', line 43

def unescape
  return unless @uri
  CGI.unescape @uri
end