るりまサーチ

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

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file open
  4. file size
  5. file path

クラス

キーワード

検索結果

<< < 1 2 3 >>

Pathname#to_s -> String (15.0)

パス名を文字列で返します。

...パス名を文字列で返します。


//emlist[例][ruby]{
require 'pathname'

path = Pathname.new("/tmp/hogehoge")
File
.open(path)
//}...
<< < 1 2 3 >>