るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.072秒)
トップページ > クエリ:-[x] > クエリ:rm[x] > クラス:Pathname[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

Pathname#rmtree -> nil (6223.0)

FileUtils.rm_r(self.to_s) と同じです。

...FileUtils.rm_r(self.to_s) と同じです。


@see FileUtils.#rm_r...

Pathname#rmdir -> 0 (6201.0)

Dir.rmdir(self.to_s) と同じです。

...Dir.rmdir(self.to_s) と同じです。


@see Dir.rmdir...

Pathname#open(mode = 'r', perm = 0666) -> File (201.0)

File.open(self.to_s, *args, &block) と同じです。

File.open(self.to_s, *args, &block) と同じです。


@see File.open

Pathname#open(mode = 'r', perm = 0666) {|file| ... } -> object (201.0)

File.open(self.to_s, *args, &block) と同じです。

File.open(self.to_s, *args, &block) と同じです。


@see File.open