36件ヒット
[1-36件を表示]
(0.091秒)
ライブラリ
-
rubygems
/ remote _ fetcher (24) - shellwords (12)
クラス
-
Gem
:: RemoteFetcher (24) - String (12)
キーワード
- shellescape (12)
- unescape (12)
検索結果
先頭3件
-
Gem
:: RemoteFetcher # escape(str) -> String (18209.0) -
URI 文字列をエンコードした文字列を返します。
...URI 文字列をエンコードした文字列を返します。
@param str 文字列を指定します。
@see URI.escape... -
String
# shellescape -> String (15220.0) -
文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。
...文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。
string.shellescape は、Shellwords.escape(string) と等価です。
@return エスケープされた文字列を返します。
@see Shellwords.#shellescape... -
Gem
:: RemoteFetcher # unescape(str) -> String (6202.0) -
URI 文字列をデコードした文字列を返します。
...URI 文字列をデコードした文字列を返します。
@param str 文字列を指定します。
@see URI.unescape...