Method: Puppet::Pops::Model::CaseExpression#_pcore_contents
- Defined in:
- lib/puppet/pops/model/ast.rb
#_pcore_contents {|@test| ... } ⇒ Object
1392 1393 1394 1395 |
# File 'lib/puppet/pops/model/ast.rb', line 1392 def _pcore_contents yield(@test) unless @test.nil? .each { |value| yield(value) } end |