Class: Puppet::Parser::AST::ArithmeticOperator2

Inherits:
ArithmeticOperator show all
Defined in:
lib/puppet/parser/ast/arithmetic_operator.rb

Overview

Used by future parser instead of ArithmeticOperator to enable concatenation

Instance Attribute Summary

Attributes inherited from ArithmeticOperator

#lval, #operator, #rval

Attributes inherited from Branch

#children, #pin

Instance Method Summary collapse

Methods inherited from ArithmeticOperator

#each, #eval_array, #eval_hash, #eval_numeric, #evaluate, #initialize

Methods inherited from Branch

#each, #initialize

Constructor Details

This class inherits a constructor from Puppet::Parser::AST::ArithmeticOperator

Instance Method Details

#assert_concatenation_supportedObject

Overrides the arithmetic operator to allow concatenation



87
88
# File 'lib/puppet/parser/ast/arithmetic_operator.rb', line 87

def assert_concatenation_supported
end