# File lib/puppet/parser/compiler.rb, line 172 172: def evaluate_relationships 173: @relationships.each { |rel| rel.evaluate(catalog) } 174: end