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

The boolean class. True or false. Converts the string it receives to a Ruby boolean.

Methods

new   to_s  

Public Class methods

Use the parent method, but then convert to a real boolean.

Public Instance methods

[Validate]