るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. _builtin b
  2. string b
  3. b
  4. b string
  5. b _builtin

ライブラリ

検索結果

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

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

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


@see File.open