singleton method Pathname.getwd

getwd -> Pathname[permalink][rdoc][edit]
pwd -> Pathname

カレントディレクトリを元に Pathname オブジェクトを生成します。 Pathname.new(Dir.getwd) と同じです。



require "pathname"

Pathname.getwd #=> #<Pathname:/home/zzak/projects/ruby>

[SEE_ALSO] Dir.getwd