Method: ComputedModel::DepGraph#initialize
- Defined in:
- lib/computed_model/dep_graph.rb
#initialize ⇒ DepGraph
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of DepGraph.
17 18 19 |
# File 'lib/computed_model/dep_graph.rb', line 17 def initialize @nodes = {} end |