Class: Puppet::Parser::AST::Not
- Defined in:
- lib/puppet/parser/ast/not.rb
Instance Attribute Summary collapse
Attributes inherited from Branch
Instance Method Summary collapse
Methods inherited from Branch
Constructor Details
This class inherits a constructor from Puppet::Parser::AST::Branch
Instance Attribute Details
Instance Method Details
#each {|@value| ... } ⇒ Object
10 11 12 |
# File 'lib/puppet/parser/ast/not.rb', line 10 def each yield @value end |