# File lib/puppet/parser/yaml_trimmer.rb, line 4
 4:     def to_yaml_properties
 5:         r = instance_variables - REMOVE
 6:         if respond_to?(:skip_for_yaml)
 7:             r -= skip_for_yaml()
 8:         end
 9:         r
10:     end