Class: Reaver::Git

Inherits:
Object
  • Object
show all
Defined in:
lib/reaver/git.rb

Overview

Treat git

Instance Method Summary collapse

Constructor Details

#initialize(url, dest) ⇒ Git

Returns a new instance of Git.



8
9
10
11
12
# File 'lib/reaver/git.rb', line 8

def initialize(url, dest)
  @dest = "#{ENV['HOME']}/#{dest}"
  @url = url
  x
end