# File lib/rgl/traversal.rb, line 292 292: def dfs_iterator (v = self.detect { |x| true }) 293: DFSIterator.new(self, v) 294: end