# File lib/rubyrep/table_sorter.rb, line 40
    def tsort_each_node
      referenced_tables.each_key do |table|
        yield table
      end
    end