Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > shellライブラリ > Shellクラス > rm_f

instance method Shell#rm_f

safe_unlink(*filenames) -> Array
rm_f(*filenames) -> Array

File クラスにある同名のクラスメソッドと同じです.

[PARAM] filenames:
削除するファイルを指定します。

[SEE_ALSO] File.safe_unlink

class Shell