るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. net/pop n_bytes
  3. net/pop n_mails
  4. pop3 n_bytes
  5. pop n_mails

クラス

検索結果

String#shellescape -> String (90985.0)

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

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

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

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