Ruby 1.9.0 リファレンスマニュアル > ライブラリ一覧 > library pathname > module Kernel > Pathname (private)

instance method Kernel#Pathname

Pathname(path) -> Pathname [added by pathname]

文字列 path を元に Pathname オブジェクトを生成します。

Pathanme.new(string) と同じです。