Class: Puppet::Parser::AST::Boolean
- Defined in:
- lib/puppet/parser/ast/leaf.rb
Overview
The boolean class. True or false. Converts the string it receives to a Ruby boolean.
Instance Attribute Summary
Attributes inherited from Leaf
Instance Method Summary collapse
-
#initialize(hash) ⇒ Boolean
constructor
A new instance of Boolean.