class Puppet::Pops::Model::ArithmeticExpression

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

Public Instance Methods

value() click to toggle source
# File lib/puppet_x/binford2k/itemize/monkeypatch.rb, line 26
def value
  left_expr.value + operator + right_expr.value
end