Class
Puppet::Parser::AST::CollExpr
In:
lib/puppet/parser/ast/collexpr.rb
Parent:
AST::Branch
Methods
evaluate
new
Attributes
form
[RW]
oper
[RW]
parens
[RW]
test1
[RW]
test2
[RW]
type
[RW]
Public Class methods
new
(hash = {})
Public Instance methods
evaluate
(scope)
We return an object that does a late-binding evaluation.
[Validate]