Tidied up, added comments, created documentation.
[graph.njae.git] / lib / graph / edge.rb~
index 10f133e9b9bedd46cdb431b0fa108b19d1aa9aac..c579a2f6cbf27188406c9121a900aae27c6353f4 100644 (file)
@@ -27,6 +27,7 @@ module Graph
   class Connection < OpenStruct
     def initialize
       super
+      self
     end
   end
 end