= private = protected
getwd()
See Dir.getwd. Returns the current working directory as a Pathname.
# File lib/pathname.rb, line 962 def Pathname.getwd() self.new(Dir.getwd) end