Class: Daedalus::DependencyGrapher::Else

Inherits:
Node
  • Object
show all
Includes:
Container
Defined in:
lib/daedalus/dependency_grapher.rb

Instance Attribute Summary

Attributes included from Container

#body

Instance Method Summary collapse

Methods included from Container

#close, #execute_body, #initialize

Methods inherited from Node

#add_else, #close, #initialize

Instance Method Details

#execute(defines, node) ⇒ Object



293
294
295
# File 'lib/daedalus/dependency_grapher.rb', line 293

def execute(defines, node)
  execute_body defines, node
end