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, options = {})
  Repository.new(path, options)
end