Method: Git#initialize
- Defined in:
- lib/aidir/git.rb
#initialize ⇒ Git
Returns a new instance of Git.
5 6 7 8 |
# File 'lib/aidir/git.rb', line 5 def initialize @errors = [] @changed_files = [] end |
Returns a new instance of Git.
5 6 7 8 |
# File 'lib/aidir/git.rb', line 5 def initialize @errors = [] @changed_files = [] end |