Class Puppet::Parser::AST::Else
In: lib/puppet/parser/ast/else.rb
Parent: AST::Branch

A separate ElseIf statement; can function as an ‘else’ if there‘s no test.

Methods

each   evaluate  

Attributes

statements  [RW] 

Public Instance methods

Evaluate the actual statements; this only gets called if our test was true matched.

[Validate]