Class Puppet::Parser::AST::String
In: lib/puppet/parser/ast/leaf.rb
Parent: AST::Leaf

The base string class.

Methods

evaluate   to_s  

Public Instance methods

Interpolate the string looking for variables, and then return the result.

[Validate]