Method: Puppet::Parser::Functions::Error.is4x
- Defined in:
- lib/puppet/parser/functions.rb
.is4x(name) ⇒ Object
320 321 322 |
# File 'lib/puppet/parser/functions.rb', line 320 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 |