Method: MultiGit::JGitBackend.open
- Defined in:
- lib/multi_git/jgit_backend.rb
.open(path, options = {}) ⇒ Object
12 13 14 |
# File 'lib/multi_git/jgit_backend.rb', line 12 def open(path, = {}) Repository.new(path, ) end |
12 13 14 |
# File 'lib/multi_git/jgit_backend.rb', line 12 def open(path, = {}) Repository.new(path, ) end |