# File lib/yadis/manager.rb, line 7
  def initialize(starting_url, yadis_url, services)
    @starting_url = starting_url
    @yadis_url = yadis_url
    @services = services
    @current = nil
  end