# File lib/rubygems/dependency_list.rb, line 72
  def each(&block)
    dependency_order.each(&block)
  end