Method: PGit::CurrentProject#pwd
- Defined in:
- lib/pgit/current_project.rb
#pwd ⇒ Object
15 16 17 18 |
# File 'lib/pgit/current_project.rb', line 15 def pwd project_path = @current_project["path"] File.(project_path, __FILE__) end |