# File lib/puppet/parser/ast/relationship.rb, line 10 10: def actual_left 11: chained? ? left.right : left 12: end