Class: AggregationRelation

Inherits:
Relation show all
Defined in:
lib/exploration/aggregation_relation.rb

Instance Attribute Summary

Attributes inherited from Explorer

#resolve_strategy

Instance Method Summary collapse

Methods inherited from Relation

#each_by_type, #explore_entity_sexp, #get_name_and_namespace, #get_namespace

Instance Method Details

#each(sexp, context = nil, &block) ⇒ Object



5
6
7
# File 'lib/exploration/aggregation_relation.rb', line 5

def each sexp, context=nil, &block
  each_by_type [:iasgn, :cvasgn], :aggregation, sexp, context, &block
end