class Bundler::Repository

def expand(options)

def expand(options)
  each_repo do |repo|
    repo.expand(options)
  end
end