module Puppet::Parser::YamlTrimmer

Constants

REMOVE

Public Instance Methods

to_yaml_properties() click to toggle source
# File lib/puppet/parser/yaml_trimmer.rb, line 4
def to_yaml_properties
  r = instance_variables - REMOVE
  r -= skip_for_yaml if respond_to?(:skip_for_yaml)
  r
end