# File lib/librarian/algorithms.rb, line 9 def tsort_each_node(&block) keys.sort.each(&block) # demand determinism end