Not found
The exact documentation you were looking for could not be found. Here is the best guess.
pwd()
public
Returns the path to the current working
directory of this process as a string.
Dir.chdir("/tmp")
Dir.getwd
Show source
static VALUE
dir_s_getwd(VALUE dir)
{
return rb_dir_getwd();
}