Method: Wewoo::Vertex#destroy

Defined in:
lib/wewoo/vertex.rb

#destroyObject



21
22
23
# File 'lib/wewoo/vertex.rb', line 21

def destroy
  graph.remove_vertex( id )
end