Class | Puppet::Parser::AST::CaseOpt |
In: |
lib/puppet/parser/ast/caseopt.rb
|
Parent: | AST::Branch |
statements | [RW] | |
value | [RW] |
CaseOpt is a bit special — we just want the value first, so that CaseStatement can compare, and then it will selectively decide whether to fully evaluate this option
You can specify a list of values; return each in turn.