Class
Puppet::Parser::AST::InOperator
In:
lib/puppet/parser/ast/in_operator.rb
Parent:
AST::Branch
Methods
evaluate
Attributes
lval
[RW]
rval
[RW]
Public Instance methods
evaluate
(scope)
Returns a boolean which is the result of the ‘in’ operation of lval and rval operands
[Validate]