Method: Path.getwd

Defined in:
lib/path/dir.rb

.getwdObject Also known as: cwd, pwd

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



22
23
24
# File 'lib/path/dir.rb', line 22

def Path.getwd
  new Dir.getwd
end