るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. pop n_bytes
  3. openssl n=
  4. pop3 n_bytes
  5. pop n_mails

ライブラリ

クラス

検索結果

String#shellescape -> String (27314.0)

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

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

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

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