Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library pathname > class Pathname > realdirpath

instance method Pathname#realdirpath

realdirpath -> Pathname

Pathname#realpath とほぼ同じで、最後のコンポーネントは実際に 存在しなくてもエラーになりません。

[SEE_ALSO] Pathname#realpath