Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > rubygems/remote_fetcherライブラリ > Gem::RemoteFetcherクラス > unescape

instance method Gem::RemoteFetcher#unescape

unescape(str) -> String

URI 文字列をデコードした文字列を返します。

[PARAM] str:
文字列を指定します。

[SEE_ALSO] URI.unescape

class Gem::RemoteFetcher