# File lib/bundler/source.rb, line 303
      def initialize(options)
        super
        @uri    = options["uri"]
        @ref    = options["ref"] || options["branch"] || options["tag"] || 'master'
      end