# File lib/appraisal/git.rb, line 6
    def initialize(source, options = {})
      super()
      @source = source
      @options = options
    end