Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > shellwordsライブラリ > Stringクラス > shellescape
shellescape -> String
[permalink][rdoc] [added by shellwords]
文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。
string.shellescape は、Shellwords.escape(string) と等価です。
[SEE_ALSO] Shellwords.#shellescape