Method: Puppet::Pops::Model::ResourceDefaultsExpression#_pcore_contents
- Defined in:
- lib/puppet/pops/model/ast.rb
#_pcore_contents {|@type_ref| ... } ⇒ Object
4249 4250 4251 4252 |
# File 'lib/puppet/pops/model/ast.rb', line 4249 def _pcore_contents yield(@type_ref) unless @type_ref.nil? @operations.each { |value| yield(value) } end |