Method: ComputedModel::DepGraph::Edge#spec

Defined in:
lib/computed_model/dep_graph.rb

#specArray (readonly)

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 an auxiliary data called subfield selectors.

Returns:

  • (Array)

    an auxiliary data called subfield selectors



156
157
158
# File 'lib/computed_model/dep_graph.rb', line 156

def spec
  @spec
end