Sha256: 1abb59a2861a1fa212488fc01859a2b602c3366bf54be645461d961caf413862
Contents?: true
Size: 268 Bytes
Versions: 737
Compression:
Stored size: 268 Bytes
Contents
# 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
737 entries across 737 versions & 3 rubygems