Class Puppet::Parser::AST::CaseStatement
In: lib/puppet/parser/ast/casestatement.rb
Parent: AST::Branch

The basic logical structure in Puppet. Supports a list of tests and statement arrays.

Methods

each   evaluate  

Attributes

default  [RW] 
options  [RW] 
test  [RW] 

Public Instance methods

Short-curcuit evaluation. Return the value of the statements for the first option that matches.

[Validate]