Object
# 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
# File lib/yadis/manager.rb, line 18 def for_url?(url) url == @starting_url or url == @yadis_url end
# File lib/yadis/manager.rb, line 26 def length @services.length end
# File lib/yadis/manager.rb, line 14 def next @current = @services.shift end
# File lib/yadis/manager.rb, line 22 def started? not @current.nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.