るりまサーチ

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

別のキーワード

  1. commandprocessor alias_command
  2. commandprocessor rm
  3. commandprocessor []
  4. commandprocessor cat
  5. commandprocessor out

クラス

キーワード

検索結果

Shell::CommandProcessor#rm(*filename) -> Integer (18103.0)

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

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

@param filename ファイル名を表す文字列を指定します。

@see File.delete

Shell::CommandProcessor#rmdir(*path) -> () (9102.0)

Dir.rmdirと同じです。 (複数可)

...Dir.rmdirと同じです。 (複数可)

@param path 削除するディレクトリ名を文字列で指定します。...

Shell::CommandProcessor#delete(*filename) -> Integer (3003.0)

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

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

@param filename ファイル名を表す文字列を指定します。

@see File.delete