Method: Puppet::Parser::AST#evaluate

Defined in:
lib/puppet/parser/ast.rb

#evaluate(scope) ⇒ Object

Evaluate the current object. Just a stub method, since the subclass should override this method.



21
22
# File 'lib/puppet/parser/ast.rb', line 21

def evaluate(scope)
end