るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.173秒)

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. openssl n
  4. rsa n=
  5. openssl n=

ライブラリ

クラス

モジュール

キーワード

検索結果

Gem::RemoteFetcher#escape(str) -> String (18208.0)

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

...URI 文字列をエンコードした文字列を返します。

@param str 文字列を指定します。

@see URI.escape...

CGI::QueryExtension#unescape_filename? -> bool (12201.0)

Gem::RemoteFetcher#unescape(str) -> String (12201.0)

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

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

@param str 文字列を指定します。

@see URI.unescape...

String#shellescape -> String (9207.0)

文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。

...文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。

string.shellescape は、Shellwords.escape(string) と等価です。

@return エスケープされた文字列を返します。
@see Shellwords.#shellescape...