class Puppet::Parser::AST::Nop

This class is a no-op, it doesn’t produce anything when evaluated, hence it’s name :-)

Public Instance Methods

evaluate(scope) click to toggle source
# File lib/puppet/parser/ast/nop.rb, line 7
def evaluate(scope)
  # nothing to do
end