Class: Puppet::Pops::Model::ArithmeticExpression

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet_x/binford2k/itemize/monkeypatch.rb

Overview

when math (like a set operation) is used to generate a list of classes to use.

Instance Method Summary collapse

Instance Method Details

#valueObject



26
27
28
# File 'lib/puppet_x/binford2k/itemize/monkeypatch.rb', line 26

def value
  left_expr.value + operator + right_expr.value
end