Method: Puppet::Parser::Functions::Error.is4x
- Defined in:
- lib/puppet/parser/functions.rb
.is4x(name) ⇒ Object
317 318 319 |
# File 'lib/puppet/parser/functions.rb', line 317 def self.is4x(name) raise Puppet::ParseError, _("%{name}() can only be called using the 4.x function API. See Scope#call_function") % { name: name } end |