Should now ignore *~ files
[graph.njae.git] / lib / graph / vertex.rb~
index 6a85373fc76f03a656d6aa6878de66b19c63f718..0bccb57296cde47787b5b6b77f54a34a87f0393b 100644 (file)
@@ -5,6 +5,7 @@ module Graph
     def initialize
       super
       self.edges = []
+      self
     end
     
     def connect(other)