class Molinillo::DependencyGraph::Vertex

def new_vertex_set

def new_vertex_set
  require 'set'
  Set.new
end