class GraphNjae::Connection

A connection between an Edge and a Vertex.The connection can have arbitrary attributes, treated as method names.

Public Class Methods

new(values = {}) click to toggle source
Calls superclass method
# File lib/graph.njae/edge.rb, line 71
def initialize(values = {})
  super(values)
  self
end