class Molinillo::DependencyGraph::Vertex

def hash

Returns:
  • (Fixnum) - a hash for the vertex based upon its {#name}
def hash
  name.hash
end