るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.102秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:p[x] > クエリ:rm[x] > クラス:Pathname[x]

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. dh p=
  5. dh p

ライブラリ

キーワード

検索結果

Pathname#rmtree -> nil (9124.0)

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

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


@see FileUtils.#rm_r...

Pathname#rmdir -> 0 (9102.0)

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

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


@see Dir.rmdir...

Pathname#open(mode = 'r', perm = 0666) -> File (6302.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 (6302.0)

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

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


@see File.open...