# File lib/rgl/traversal.rb, line 260 260: def next_vertex 261: # waiting is a stack 262: @waiting.pop 263: end