Module: Avm::Projects::Stereotypes::Git::LocalProjectMixin
- Defined in:
- lib/avm/projects/stereotypes/git/local_project_mixin.rb
Instance Method Summary collapse
Instance Method Details
#git_repo ⇒ EacGit::Local
12 13 14 |
# File 'lib/avm/projects/stereotypes/git/local_project_mixin.rb', line 12 def git_repo @git_repo ||= ::EacGit::Local.new(path) end |