Class: Smith::Workflow::Graph::RuntimeReadiness

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/smith/workflow/graph/runtime_readiness.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



16
17
18
# File 'lib/smith/workflow/graph/runtime_readiness.rb', line 16

def report
  RuntimeReadinessTraversal.new(graph, visited:).report
end