class Gem::DependencyList

def each(&block)

def each(&block)
  dependency_order.each(&block)
end