AST::Leaf
This class is a no-op, it doesn’t produce anything when evaluated, hence it’s name :-)
# File lib/puppet/parser/ast/nop.rb, line 7 def evaluate(scope) # nothing to do end