# File lib/rgl/traversal.rb, line 230 230: def bfs_iterator (v = self.detect { |x| true}) 231: BFSIterator.new(self, v) 232: end