class Puppet::Parser::AST::ArithmeticOperator2

Used by future parser instead of ArithmeticOperator to enable concatenation

Public Instance Methods

assert_concatenation_supported() click to toggle source

Overrides the arithmetic operator to allow concatenation

# File lib/puppet/parser/ast/arithmetic_operator.rb, line 87
def assert_concatenation_supported
end