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
21 def initialize operand
22   @operand = operand
23 end