Top Level Namespace
Defined Under Namespace
Modules: Rugged
Instance Method Summary collapse
-
#repo ⇒ Object
Loaded by script/console.
Instance Method Details
#repo ⇒ Object
Loaded by script/console. Land helpers here.
8 9 10 |
# File 'lib/rugged/console.rb', line 8 def repo Rugged::Repository.new(File.('../../../', __FILE__)) end |