Class: Puppet::Parser::AST::ArithmeticOperator2
- Inherits:
-
ArithmeticOperator
- Object
- Branch
- ArithmeticOperator
- Puppet::Parser::AST::ArithmeticOperator2
- 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
Attributes inherited from Branch
Instance Method Summary collapse
-
#assert_concatenation_supported ⇒ Object
Overrides the arithmetic operator to allow concatenation.
Methods inherited from ArithmeticOperator
#each, #eval_array, #eval_hash, #eval_numeric, #evaluate, #initialize
Methods inherited from Branch
Constructor Details
This class inherits a constructor from Puppet::Parser::AST::ArithmeticOperator
Instance Method Details
#assert_concatenation_supported ⇒ Object
Overrides the arithmetic operator to allow concatenation
87 88 |
# File 'lib/puppet/parser/ast/arithmetic_operator.rb', line 87 def assert_concatenation_supported end |