るりまサーチ (Ruby 3.1)

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

別のキーワード

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

ライブラリ

クラス

検索結果

String#shellescape -> String (72943.0)

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

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

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

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