るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_ssize_t

ライブラリ

クラス

モジュール

キーワード

検索結果

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

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

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

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

@see URI.escape...

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

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

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

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

@see URI.unescape...

String#shellescape -> String (9307.0)

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

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

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

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

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