Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
pathnameライブラリ
Pathnameクラス
to_s
instance method Pathname#to_s
to_s -> String
[
permalink
][
rdoc
]
パス名を文字列で返します。
require 'pathname' path = Pathname.new("/tmp/hogehoge") File.open(path)