Class: Gitwrab::Repository

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

Overview

Repository to provide service around local repository

Instance Method Summary collapse

Constructor Details

#initialize(dir, _options = {}) ⇒ Repository

Returns a new instance of Repository.



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

def initialize(dir, _options = {})
  @dir = dir
end