Method: CodeCache::Repo::Git#initialize

Defined in:
lib/code_cache/repo/git.rb

#initialize(url, options = {}) ⇒ Git

Returns a new instance of Git.



6
7
8
# File 'lib/code_cache/repo/git.rb', line 6

def initialize(url, options = {})
  super(url, options)
end