Method: Puppet::Pops::Model::Parameter#_pcore_contents

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

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

Yields:



1859
1860
1861
1862
# File 'lib/puppet/pops/model/ast.rb', line 1859

def _pcore_contents
  yield(@value) unless @value.nil?
  yield(@type_expr) unless @type_expr.nil?
end