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