Method: Wakame::Service::DependencyGraph#initialize
- Defined in:
- lib/wakame/service.rb
#initialize ⇒ DependencyGraph
Returns a new instance of DependencyGraph.
679 680 681 682 683 |
# File 'lib/wakame/service.rb', line 679 def initialize() @graph = Graph.new @graph.edges = self.graph_edges = {} @graph.add_vertex(0) end |