Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > pathnameライブラリ > Pathnameクラス > new
new(path) -> Pathname
文字列 path を元に Pathname オブジェクトを生成します。
例 require "pathname" Pathname.new(__FILE__) # => #<Pathname:/path/to/file.rb>
require "pathname" Pathname.new(__FILE__) # => #<Pathname:/path/to/file.rb>