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
  super - REMOVE
end