Class: Dandelion::Git::Repo

Inherits:
Grit::Repo
  • Object
show all
Defined in:
lib/dandelion/git.rb

Instance Method Summary collapse

Constructor Details

#initialize(dir) ⇒ Repo

Returns a new instance of Repo.



9
10
11
# File 'lib/dandelion/git.rb', line 9

def initialize(dir)
  super(dir)
end