class Puppet::Pops::Evaluator::RelationshipOperator::IllegalRelationshipOperandError

Attributes

operand[R]

Public Class Methods

new(operand) click to toggle source
   # File lib/puppet/pops/evaluator/relationship_operator.rb
20 def initialize operand
21   @operand = operand
22 end