Returns the current working directory as a Path. See Dir.getwd.
Dir.getwd
16 17 18
# File 'lib/epath/dir.rb', line 16 def Path.getwd new Dir.getwd end