# File lib/bundler/source.rb, line 302 def initialize(bundle, options) super @uri = options[:uri] @branch = options[:branch] || 'master' @ref = options[:ref] || "origin/#{@branch}" end