# File lib/puppet/parser/scope.rb, line 294
294:   def scope_path
295:     if parent
296:       [self, parent.scope_path].flatten.compact
297:     else
298:       [self]
299:     end
300:   end