Method: PGit::CurrentProject#pwd

Defined in:
lib/pgit/current_project.rb

#pwdObject



15
16
17
18
# File 'lib/pgit/current_project.rb', line 15

def pwd
  project_path = @current_project["path"]
  File.expand_path(project_path, __FILE__)
end