Method: Puppet::Pops::Model::Program#_pcore_contents

Defined in:
lib/puppet/pops/model/ast.rb

#_pcore_contents {|@body| ... } ⇒ Object

Yields:



4538
4539
4540
4541
# File 'lib/puppet/pops/model/ast.rb', line 4538

def _pcore_contents
  yield(@body) unless @body.nil?
  yield(@locator) unless @locator.nil?
end