Class: Gitenv::Repository

Inherits:
Object
  • Object
show all
Defined in:
lib/gitenv/repository.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Repository

Returns a new instance of Repository.



6
7
8
# File 'lib/gitenv/repository.rb', line 6

def initialize path
  @path = path
end