るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dsa g=
  5. dh g

ライブラリ

クラス

モジュール

キーワード

検索結果

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

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

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

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

@see URI.escape

String#shellescape -> String (27622.0)

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

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

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

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

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

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

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

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

@see URI.unescape

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