Top Level Namespace

Defined Under Namespace

Modules: Rugged

Instance Method Summary collapse

Instance Method Details

#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