Method: Ark::Repo.connect

Defined in:
lib/ark/repo.rb

.connect(path = '/tmp/ark.git') ⇒ Object



13
14
15
# File 'lib/ark/repo.rb', line 13

def connect(path='/tmp/ark.git')
  self.db = self.new(:repo => path)
end