Method: Path.getwd

Defined in:
lib/epath/dir.rb

.getwdObject Also known as: pwd

Returns the current working directory as a Path. See Dir.getwd.



16
17
18
# File 'lib/epath/dir.rb', line 16

def Path.getwd
  new Dir.getwd
end