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