method

getwd

v1_8_6_287 - Show latest stable - Class: Dir
getwd()
public

Returns the path to the current working directory of this process as a string.

   Dir.chdir("/tmp")   #=> 0
   Dir.getwd           #=> "/tmp"