Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > shell/command-processorライブラリ > Shell::CommandProcessorクラス > rm_f

instance method Shell::CommandProcessor#rm_f

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

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

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

[SEE_ALSO] File.safe_unlink

class Shell::CommandProcessor