るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. rsa n
  4. openssl n
  5. openssl n=

ライブラリ

キーワード

検索結果

Pathname#rmtree -> nil (9224.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 (6202.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 (6202.0)

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

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


@see File.open...