Sha256: 4f8aad169cc0b1e4722b1b78159a8ebca9fc94032bd0230205b743e8f12a3f4b
Contents?: true
Size: 245 Bytes
Versions: 88
Compression:
Stored size: 245 Bytes
Contents
require 'puppet/parser/ast/branch' class Puppet::Parser::AST # This class is a no-op, it doesn't produce anything # when evaluated, hence it's name :-) class Nop < AST::Leaf def evaluate(scope) # nothing to do end end end
Version data entries
88 entries across 88 versions & 4 rubygems