Sha256: d80f9309dc4723c018a8b36ed0122ccf0d897a51879189af052d563ae7874015
Contents?: true
Size: 298 Bytes
Versions: 20
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true # The import function raises an error when called to inform the user that import is no longer supported. # Puppet::Functions.create_function(:import) do def import(*args) raise Puppet::Pops::SemanticError.new(Puppet::Pops::Issues::DISCONTINUED_IMPORT) end end
Version data entries
20 entries across 20 versions & 1 rubygems