Puppet::Pops::Model::Expression
If expression. If test is true, the then_expr part should be evaluated, else the (optional) else_expr. An ‘elsif’ is simply an else_expr = IfExpression, and ‘else’ is simply else == Block. a ‘then’ is typically a Block.