class Bundler::Dependency

def git

def git
  return @git if defined?(@git)
  @git = @options["git"]
end