# File lib/nanoc/base/directed_graph.rb, line 202
    def vertices
      @vertices.keys.sort_by { |v| @vertices[v] }
    end