Method: Puppet::Util::FileParsing::FileRecord#post_parse=

Defined in:
lib/puppet/util/fileparsing.rb

#post_parse=(block) ⇒ Object

Create a hook that modifies the hash resulting from parsing.



128
129
130
# File 'lib/puppet/util/fileparsing.rb', line 128

def post_parse=(block)
  meta_def(:post_parse, &block)
end