Class: Steffi::Vertex

Inherits:
Object
  • Object
show all
Defined in:
lib/steffi/vertex.rb

Instance Method Summary collapse

Constructor Details

#initialize(graph) ⇒ Vertex

Returns a new instance of Vertex.



3
4
5
# File 'lib/steffi/vertex.rb', line 3

def initialize graph
  @graph = graph
end