module ActiveGraph::Node::Dependent
Attributes
called_by[W]
Public Instance Methods
dependent_children()
click to toggle source
# File lib/active_graph/node/dependent.rb 4 def dependent_children 5 @dependent_children ||= [] 6 end