Class: Gitwrab::Repository
- Inherits:
-
Object
- Object
- Gitwrab::Repository
- Defined in:
- lib/gitwrab/repository.rb
Overview
Repository to provide service around local repository
Instance Method Summary collapse
-
#initialize(dir, _options = {}) ⇒ Repository
constructor
A new instance of Repository.
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, = {}) @dir = dir end |