Method: Puppet::Pops::Model::CaseOption#_pcore_contents

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

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

Yields:



1283
1284
1285
1286
# File 'lib/puppet/pops/model/ast.rb', line 1283

def _pcore_contents
  @values.each { |value| yield(value) }
  yield(@then_expr) unless @then_expr.nil?
end