ruby에서 현재 디렉토리를 얻으려면, Dir 클래스를 사용하면 된다.

spec_path = Dir.pwd + "/spec"
puts spec_path


Posted by '김용환'
,