# File lib/puppet/parser/relationship.rb, line 24
24:   def initialize(source, target, type)
25:     @source, @target, @type = source, target, type
26:   end