Class Puppet::Parser::AST::VarDef
In: lib/puppet/parser/ast/vardef.rb
Parent: AST::Branch

Define a variable. Stores the value in the current scope.

Methods

each   evaluate  

Attributes

append  [RW] 
name  [RW] 
value  [RW] 

Public Instance methods

Look up our name and value, and store them appropriately. The lexer strips off the syntax stuff like ’$’.

[Validate]