Method: #repo

Defined in:
lib/rugged/console.rb

#repoObject

Loaded by script/console. Land helpers here.


8
9
10
# File 'lib/rugged/console.rb', line 8

def repo
  Rugged::Repository.new(File.expand_path('../../../', __FILE__))
end