instance method Pathname#to_path

to_path -> String[permalink][rdoc][edit]

File.open などの引数に渡す際に呼ばれるメソッドです。 Pathname オブジェクトにおいては、 to_s と同じです。

[SEE_ALSO] Pathname#to_s